Пример #1
0
 public ClassOrStructConstraintMustBeFirstErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #2
0
 public CannotAwaitInCatchOrFinallyErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #3
0
		public AsOperatorWithUnconstrainedTypeParameterErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
			: base(textStyleHighlighterManager, codeAnnotationsCache) {
		}
Пример #4
0
 public ConstraintCannotBeDynamicTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #5
0
 public CannotApplyUnaryOperatorErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #6
0
 public AnonymousTypePropertyCannotBeVoidErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #7
0
 public IncorrectLambdaBodyExpressionTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #8
0
 public IncorrectStackAllockInitializerTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #9
0
 public CannotDetermineTernaryExpressionTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #10
0
 public CannotUseTypeArgumentWithElementErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #11
0
 public CannotOverrideNonExistingAccessorErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #12
0
 public AsyncMethodWithoutAwaitWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #13
0
 public CannotUseInvocableErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #14
0
 public BitwiseOperatorOnEnumWithoutFlagsWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #15
0
 public CannotImplementDynamicInterfaceErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #16
0
 public CannotAwaitUnderQueryExpressionErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #17
0
 public CannotInheritFromSealedTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #18
0
 public AssignNullToNotNullAttributeWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #19
0
 public IncorrectSignatureInDelegateCreationErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #20
0
 public AttributeCannotHaveTypeParametersErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #21
0
 public AccessorAccessRightsShouldBeMoreRestrictiveErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #22
0
 public BaseObjectGetHashCodeCallInGetHashCodeWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #23
0
 public CatchDoesNotExtendExceptionErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #24
0
 public AddressOfManagedTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #25
0
 public CaseLabelOutsideSwitchErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #26
0
 protected CSharpHighlightingEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
 {
     _textStyleHighlighterManager = textStyleHighlighterManager;
     _codeAnnotationsCache        = codeAnnotationsCache;
 }
 public ColorizerPresenter([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
 {
     _textStyleHighlighterManager = textStyleHighlighterManager;
     _codeAnnotationsCache        = codeAnnotationsCache;
 }
Пример #28
0
 public CannotUseThisBaseInStaticContextErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Пример #29
0
 public AnonymousMethodParameterParamsErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
		public ConvertIfStatementToNullCoalescingInMethodCallWithAssignmentWarningEnhancer(
			TextStyleHighlighterManager textStyleHighlighterManager,
			CodeAnnotationsConfiguration codeAnnotationsConfiguration,
			HighlighterIdProviderFactory highlighterIdProviderFactory)
			: base(textStyleHighlighterManager, codeAnnotationsConfiguration, highlighterIdProviderFactory) {
		}