9 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\LocalFunctionTests.cs (1)
5117
var symbol = model.
GetDeclaredSymbol
(typeParameter);
Semantics\LockTests.cs (1)
551
var parameterSymbol = model.
GetDeclaredSymbol
(localDecl);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Compilation\GetSemanticInfoTests.cs (2)
6046
var symbol = model.
GetDeclaredSymbol
(typeParameters[typeParameters.Length - 1]);
6048
symbol = model.
GetDeclaredSymbol
(typeParameters[typeParameters.Length - 2]);
Compilation\SemanticModelAPITests.cs (2)
1009
var sym1 = model1.
GetDeclaredSymbol
(para1);
1010
var sym2 = model2.
GetDeclaredSymbol
(para2);
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (3)
884
var symbol = model.
GetDeclaredSymbol
(typeDecl.TypeParameterList.Parameters[0]);
904
var symbol = model.
GetDeclaredSymbol
(methodDecl.TypeParameterList.Parameters[0]);
969
var ptsym = model.
GetDeclaredSymbol
(pt);