13 references to ERR_InterceptorsFeatureNotEnabled
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2366
or ErrorCode.
ERR_InterceptorsFeatureNotEnabled
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1143
diagnostics.Add(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, attributeLocation, recommendedProperty);
1343
diagnostics.Add(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, attributeSyntax, recommendedProperty);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\InterceptorsTests.cs (10)
170
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(8, 10));
176
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(8, 10));
191
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "global::System.Runtime.CompilerServices.InterceptsLocationAttribute").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(7, 10));
196
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "global::System.Runtime.CompilerServices.InterceptsLocationAttribute").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1</InterceptorsNamespaces>").WithLocation(7, 10));
299
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NS1.NS2</InterceptorsNamespaces>").WithLocation(8, 10));
402
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);global.B</InterceptorsNamespaces>").WithLocation(8, 10));
6886
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NotInterceptors</InterceptorsNamespaces>").WithLocation(8, 10));
7043
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);NotInterceptors</InterceptorsNamespaces>").WithLocation(17, 10));
7136
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);Interceptors</InterceptorsNamespaces>").WithLocation(10, 14));
7311
Diagnostic(ErrorCode.
ERR_InterceptorsFeatureNotEnabled
, "InterceptsLocation").WithArguments("<InterceptorsNamespaces>$(InterceptorsNamespaces);Interceptors</InterceptorsNamespaces>").WithLocation(8, 10));