2 references to TryGetCallingConventionSymbol
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\SyntaxClassification\FunctionPointerUnmanagedCallingConventionClassifier.cs (1)
41return semanticModel.Compilation.TryGetCallingConventionSymbol(name) is not null;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SemanticFacts\CSharpSemanticFacts.cs (1)
286var type = model.Compilation.TryGetCallingConventionSymbol(syntax.Name.ValueText);