Exemple #1
0
 public ClassOrStructConstraintMustBeFirstErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #2
0
 public CannotAwaitInCatchOrFinallyErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #3
0
		public AsOperatorWithUnconstrainedTypeParameterErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
			: base(textStyleHighlighterManager, codeAnnotationsCache) {
		}
Exemple #4
0
 public ConstraintCannotBeDynamicTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #5
0
 public CannotApplyUnaryOperatorErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #6
0
 public AnonymousTypePropertyCannotBeVoidErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #7
0
 public IncorrectLambdaBodyExpressionTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #8
0
 public IncorrectStackAllockInitializerTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #9
0
 public CannotDetermineTernaryExpressionTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #10
0
 public CannotUseTypeArgumentWithElementErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #11
0
 public CannotOverrideNonExistingAccessorErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #12
0
 public AsyncMethodWithoutAwaitWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #13
0
 public CannotUseInvocableErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #14
0
 public BitwiseOperatorOnEnumWithoutFlagsWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #15
0
 public CannotImplementDynamicInterfaceErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #16
0
 public CannotAwaitUnderQueryExpressionErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #17
0
 public CannotInheritFromSealedTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #18
0
 public AssignNullToNotNullAttributeWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #19
0
 public IncorrectSignatureInDelegateCreationErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #20
0
 public AttributeCannotHaveTypeParametersErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #21
0
 public AccessorAccessRightsShouldBeMoreRestrictiveErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #22
0
 public BaseObjectGetHashCodeCallInGetHashCodeWarningEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #23
0
 public CatchDoesNotExtendExceptionErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #24
0
 public AddressOfManagedTypeErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #25
0
 public CaseLabelOutsideSwitchErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #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;
 }
Exemple #28
0
 public CannotUseThisBaseInStaticContextErrorEnhancer([NotNull] TextStyleHighlighterManager textStyleHighlighterManager, [NotNull] CodeAnnotationsCache codeAnnotationsCache)
     : base(textStyleHighlighterManager, codeAnnotationsCache)
 {
 }
Exemple #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) {
		}