1 write to _intType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\TypedConstantTests.cs (1)
35
_intType
= _compilation.GetSpecialType(SpecialType.System_Int32);
2 references to _intType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\TypedConstantTests.cs (2)
77
new TypedConstant(
_intType
, TypedConstantKind.Primitive, 1),
78
new TypedConstant(
_intType
, TypedConstantKind.Primitive, 1));