13 references to ERR_InterceptorsFeatureNotEnabled
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2371
or ErrorCode.
ERR_InterceptorsFeatureNotEnabled
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1175
diagnostics.Add(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, attributeLocation, recommendedProperty);
1375
diagnostics.Add(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, attributeSyntax, recommendedProperty);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\InterceptorsTests.cs (10)
161
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(8, 10));
167
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(8, 10));
182
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "global::System.Runtime.CompilerServices.InterceptsLocationAttribute").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(7, 10));
187
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "global::System.Runtime.CompilerServices.InterceptsLocationAttribute").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(7, 10));
290
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1.NS2</InterceptorsNamespaces>").WithLocation(8, 10));
393
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);global.B</InterceptorsNamespaces>").WithLocation(8, 10));
6877
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NotInterceptors</InterceptorsNamespaces>").WithLocation(8, 10));
7034
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NotInterceptors</InterceptorsNamespaces>").WithLocation(17, 10));
7127
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);Interceptors</InterceptorsNamespaces>").WithLocation(10, 14));
7302
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);Interceptors</InterceptorsNamespaces>").WithLocation(8, 10));