2 references to GetCrefSymbolInfo
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
913
return this.
GetCrefSymbolInfo
(position, cref, options, HasParameterList(cref));
Compilation\SyntaxTreeSemanticModel.cs (1)
278
result =
GetCrefSymbolInfo
(adjustedPosition, crefSyntax, options, HasParameterList(crefSyntax));