13 references to System_Type
Microsoft.CodeAnalysis (4)
SpecialMembers.cs (4)
277(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.System_Type, 287(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.System_Type, 1311(byte)InternalSpecialType.System_Type, // DeclaringTypeId 1314(byte)SignatureTypeCode.TypeHandle, (byte)InternalSpecialType.System_Type, // Return Type
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (2)
648Debug.Assert(node.Type.ExtendedSpecialType == InternalSpecialType.System_Type || 660if (node.Type.ExtendedSpecialType == InternalSpecialType.System_Type)
Lowering\SyntheticBoundNodeFactory.cs (2)
1268Debug.Assert(systemType.ExtendedSpecialType == InternalSpecialType.System_Type || 1273if (systemType.ExtendedSpecialType == InternalSpecialType.System_Type)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\CorLibrary\CorTypes.cs (5)
291Assert.False(comp.GetSpecialType(InternalSpecialType.System_Type).IsErrorType()); 297Assert.Equal(InternalSpecialType.System_Type, model.GetTypeInfo(node).Type.GetSymbol().ExtendedSpecialType); 355Assert.True(comp1.GetSpecialType(InternalSpecialType.System_Type).IsErrorType()); 428Assert.False(comp.GetSpecialType(InternalSpecialType.System_Type).IsErrorType()); 536Assert.True(comp1.GetSpecialType(InternalSpecialType.System_Type).IsErrorType());