1 write to _stringType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\TypedConstantTests.cs (1)
36
_stringType
= _compilation.GetSpecialType(SpecialType.System_String);
7 references to _stringType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
Symbols\TypedConstantTests.cs (7)
84
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, s1),
85
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, s2));
88
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),
89
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null));
96
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),
97
new TypedConstant(
_stringType
, TypedConstantKind.Error, null));
100
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),