4 references to Invalid
Microsoft.CodeAnalysis (1)
SpecialTypes.cs (1)
117
s_typeCodeToTypeIdMap = new SpecialType[(int)Microsoft.Cci.PrimitiveTypeCode.
Invalid
+ 1];
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
221
Debug.Assert(tc != Microsoft.Cci.PrimitiveTypeCode.
Invalid
);
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
36
for (int i = 0; i <= (int)Cci.PrimitiveTypeCode.
Invalid
; i++)
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
489
Debug.Assert(tc <> Cci.PrimitiveTypeCode.
Invalid
)