5 references to GetSpecialType
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (5)
234
typeSymbol =
GetSpecialType
(typeCode.ToSpecialType());
824
type =
GetSpecialType
(typeCode.ToSpecialType());
1047
type =
GetSpecialType
(specialType);
1355
type =
GetSpecialType
(SpecialType.System_Object);
1393
type =
GetSpecialType
(((SignatureTypeCode)typeCode).ToSpecialType());