4 references to ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2144
or ErrorCode.
ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Parser\LanguageParser.cs (1)
7937
unmanagedCallingConventions = AddError(unmanagedCallingConventions, ErrorCode.
ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
119
diagnostics.Add(ErrorCode.
ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
, callingConventionSyntax.UnmanagedCallingConventionList.GetLocation());
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\FunctionPointerTests.cs (1)
240
Diagnostic(ErrorCode.
ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
, "[Cdecl]").WithLocation(1, 18)