5 references to AnonymousTypeField
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_AnonymousTypes.cs (1)
92
fields[i] = new
AnonymousTypeField
(
Binder\Binder_Expressions.cs (1)
10876
fieldsBuilder.Add(new
AnonymousTypeField
(name: "", location, returnType, returnRefKind, ScopedKind.None));
Binder\Binder_Query.cs (1)
818
new
AnonymousTypeField
(fieldName, fieldValue.Syntax.Location, TypeWithAnnotations.Create(TypeOrError(fieldValue)), RefKind.None, ScopedKind.None);
Compilation\CSharpCompilation.cs (1)
4191
fields.Add(new
AnonymousTypeField
(name, location, TypeWithAnnotations.Create(type, nullableAnnotation), RefKind.None, ScopedKind.None));
Symbols\AnonymousTypes\AnonymousTypeField.cs (1)
58
return new
AnonymousTypeField
(Name, Location, type, RefKind, Scope, DefaultValue, IsParams, HasUnscopedRefAttribute);