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)
657Debug.Assert(node.Type.ExtendedSpecialType == InternalSpecialType.System_Type || 669if (node.Type.ExtendedSpecialType == InternalSpecialType.System_Type)
Lowering\SyntheticBoundNodeFactory.cs (2)
1289Debug.Assert(systemType.ExtendedSpecialType == InternalSpecialType.System_Type || 1294if (systemType.ExtendedSpecialType == InternalSpecialType.System_Type)