1 write to _intType
Microsoft.CodeAnalysis.UnitTests (1)
CommonTypedConstantTests.cs (1)
30_intType = _compilation.GetSpecialType(SpecialType.System_Int32);
2 references to _intType
Microsoft.CodeAnalysis.UnitTests (2)
CommonTypedConstantTests.cs (2)
42new TypedConstant(_intType, TypedConstantKind.Primitive, 1), 43new TypedConstant(_intType, TypedConstantKind.Primitive, 1));