4 references to ERR_InterceptorCannotUseUnmanagedCallersOnly
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2381
or ErrorCode.
ERR_InterceptorCannotUseUnmanagedCallersOnly
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1366
diagnostics.Add(ErrorCode.
ERR_InterceptorCannotUseUnmanagedCallersOnly
, attributeLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
6170
Diagnostic(ErrorCode.
ERR_InterceptorCannotUseUnmanagedCallersOnly
, "InterceptsLocation").WithLocation(6, 6));
6209
Diagnostic(ErrorCode.
ERR_InterceptorCannotUseUnmanagedCallersOnly
, "InterceptsLocation").WithLocation(6, 6));