4 references to ToSpecialType
Microsoft.CodeAnalysis (4)
MetadataReader\MetadataDecoder.cs (4)
234typeSymbol = GetSpecialType(typeCode.ToSpecialType()); 824type = GetSpecialType(typeCode.ToSpecialType()); 1033var specialType = typeCode.ToSpecialType(); 1393type = GetSpecialType(((SignatureTypeCode)typeCode).ToSpecialType());