6 references to System_String
Microsoft.CodeAnalysis.CSharp (6)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (2)
272type: manager.System_String), 283retExpression = F.StaticCall(manager.System_String, formatMethod, F.Null(formatMethod.Parameters[0].Type), format, F.ArrayOrEmpty(manager.System_Object, arguments));
Symbols\AnonymousTypes\AnonymousTypeManager.SymbolCollection.cs (1)
25ReportErrorOnSymbol(System_String, diagnostics, ref hasErrors);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (2)
220arguments: ImmutableArray.Create(new TypedConstant(Manager.System_String, TypedConstantKind.Primitive, displayString)), 223new TypedConstant(Manager.System_String, TypedConstantKind.Primitive, "<Anonymous Type>"))));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.ToStringMethodSymbol.cs (1)
49get { return TypeWithAnnotations.Create(this.Manager.System_String, NullableAnnotation.NotAnnotated); }