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