8 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenTupleEqualityTests.cs (3)
686
Assert.Equal("(System.String, System.Int64)", model.
GetDeclaredSymbol
(tuple1).ToTestDisplayString());
770
Assert.Equal("(System.Int32, System.Int32)", model.
GetDeclaredSymbol
(tuple).ToTestDisplayString());
1525
Assert.Equal("(System.String, System.String)", model.
GetDeclaredSymbol
(nestedTuple).ToTestDisplayString());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (5)
4799
var type = (INamedTypeSymbol)model.
GetDeclaredSymbol
(decl);
4822
var type = (INamedTypeSymbol)model.
GetDeclaredSymbol
(decl);
4845
var type = (INamedTypeSymbol)model.
GetDeclaredSymbol
(decl);
4868
var type = (INamedTypeSymbol)model.
GetDeclaredSymbol
(decl);
4891
var type = (INamedTypeSymbol)model.
GetDeclaredSymbol
(decl);