1 write to _systemType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\TypedConstantTests.cs (1)
33_systemType = _compilation.GetWellKnownType(WellKnownType.System_Type);
3 references to _systemType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\TypedConstantTests.cs (3)
44TypedConstant common = new TypedConstant(_systemType, TypedConstantKind.Type, _namedType); 57new[] { new TypedConstant(_systemType, TypedConstantKind.Type, _namedType) }.AsImmutableOrNull()); 101new TypedConstant(_systemType, TypedConstantKind.Primitive, null));