6 references to System_String
Microsoft.CodeAnalysis.CSharp (6)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (2)
272
type: manager.
System_String
),
283
retExpression = 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)
25
ReportErrorOnSymbol(
System_String
, diagnostics, ref hasErrors);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (2)
220
arguments: ImmutableArray.Create(new TypedConstant(Manager.
System_String
, TypedConstantKind.Primitive, displayString)),
223
new TypedConstant(Manager.
System_String
, TypedConstantKind.Primitive, "<Anonymous Type>"))));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.ToStringMethodSymbol.cs (1)
49
get { return TypeWithAnnotations.Create(this.Manager.
System_String
, NullableAnnotation.NotAnnotated); }