8 references to System_Type
Microsoft.CodeAnalysis (4)
SpecialMembers.cs (4)
285
(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_Type
,
295
(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_Type
,
1319
(byte)InternalSpecialType.
System_Type
, // DeclaringTypeId
1322
(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.
System_Type
, // Return Type
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (2)
657
Debug.Assert(node.Type.ExtendedSpecialType == InternalSpecialType.
System_Type
||
669
if (node.Type.ExtendedSpecialType == InternalSpecialType.
System_Type
)
Lowering\SyntheticBoundNodeFactory.cs (2)
1289
Debug.Assert(systemType.ExtendedSpecialType == InternalSpecialType.
System_Type
||
1294
if (systemType.ExtendedSpecialType == InternalSpecialType.
System_Type
)