7 references to GetTypeOfToken
Microsoft.CodeAnalysis (7)
MetadataReader\MetadataDecoder.cs (7)
559TypeSymbol psymContainer = GetTypeOfToken(tokenResolutionScope); 1703attributeClass = GetTypeOfToken(attributeType); 2001TypeSymbol typeSymbol = this.GetTypeOfToken(typeDef); 2062EnqueueTypeSymbol(typeDefsToSearch, typeSymbolsToSearch, this.GetTypeOfToken(typeToken)); 2181return GetTypeOfToken(token); 2212TypeSymbol type = GetTypeOfToken(typeDef); 2273return this.GetTypeOfToken(container);