2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\QueryTests.cs (1)
3559
var symbol = speculativeModel.
GetDeclaredSymbol
(queryContinuation);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
SymbolDisplay\SymbolDisplayTests.cs (1)
8212
var symbol = model.
GetDeclaredSymbol
(continuation);