7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
MetadataReader\MetadataDecoder.cs (7)
234typeSymbol = GetSpecialType(typeCode.ToSpecialType()); 824type = GetSpecialType(typeCode.ToSpecialType()); 1047type = GetSpecialType(specialType); 1341type = GetSpecialType(SpecialType.System_Object); 1358type = GetSpecialType(paramTypeCode.ToSpecialType()); 1434type = GetSpecialType(SpecialType.System_Object); 1472type = GetSpecialType(((SignatureTypeCode)typeCode).ToSpecialType());