1 write to _stringType
Microsoft.CodeAnalysis.UnitTests (1)
CommonTypedConstantTests.cs (1)
31
_stringType
= _compilation.GetSpecialType(SpecialType.System_String);
7 references to _stringType
Microsoft.CodeAnalysis.UnitTests (7)
CommonTypedConstantTests.cs (7)
49
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, s1),
50
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, s2));
53
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),
54
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null));
61
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),
62
new TypedConstant(
_stringType
, TypedConstantKind.Error, null));
65
new TypedConstant(
_stringType
, TypedConstantKind.Primitive, null),