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