4 references to GetSymbolInfo
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpSemanticFacts.cs (2)
312
return semanticModel.
GetSymbolInfo
(ordering, cancellationToken).GetBestOrAllSymbols();
319
return semanticModel.
GetSymbolInfo
(orderByClauseSyntax.Orderings[0], cancellationToken).GetBestOrAllSymbols();
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSemanticFacts.cs (2)
312
return semanticModel.
GetSymbolInfo
(ordering, cancellationToken).GetBestOrAllSymbols();
319
return semanticModel.
GetSymbolInfo
(orderByClauseSyntax.Orderings[0], cancellationToken).GetBestOrAllSymbols();