5 references to GetMemberByName
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\AnonymousTypesSymbolTests.cs (5)
1051
this.
GetMemberByName
<MethodSymbol>(type, ".ctor"),
1057
this.
GetMemberByName
<MethodSymbol>(type, "Equals"),
1064
this.
GetMemberByName
<MethodSymbol>(type, "GetHashCode"),
1071
this.
GetMemberByName
<MethodSymbol>(type, "ToString"),
1093
PropertySymbol property = this.
GetMemberByName
<PropertySymbol>(type, name);