2 overrides of MatchTypeToTypeId
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1196protected override bool MatchTypeToTypeId(TypeSymbol type, int typeId)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
677Protected Overrides Function MatchTypeToTypeId(type As TypeSymbol, typeId As Integer) As Boolean
1 reference to MatchTypeToTypeId
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
183return MatchTypeToTypeId(type, expectedType);