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)
42
new TypedConstant(
_intType
, TypedConstantKind.Primitive, 1),
43
new TypedConstant(
_intType
, TypedConstantKind.Primitive, 1));