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)
49new TypedConstant(_stringType, TypedConstantKind.Primitive, s1), 50new TypedConstant(_stringType, TypedConstantKind.Primitive, s2)); 53new TypedConstant(_stringType, TypedConstantKind.Primitive, null), 54new TypedConstant(_stringType, TypedConstantKind.Primitive, null)); 61new TypedConstant(_stringType, TypedConstantKind.Primitive, null), 62new TypedConstant(_stringType, TypedConstantKind.Error, null)); 65new TypedConstant(_stringType, TypedConstantKind.Primitive, null),