1 write to Name
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeField.cs (1)
46
this.
Name
= name;
7 references to Name
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_AnonymousTypes.cs (2)
119
if (field.
Name
!= null)
122
foreach (var symbol in anonymousType.GetMembers(field.
Name
))
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
36
this.Key = ComputeKey(fields, f => f.
Name
);
Symbols\AnonymousTypes\AnonymousTypeField.cs (2)
58
return new AnonymousTypeField(
Name
, Location, type, RefKind, Scope, DefaultValue, IsParams, HasUnscopedRefAttribute);
74
Debug.Assert(this.
Name
!= null && this.Location != null && this.TypeWithAnnotations.HasType);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertySymbol.cs (1)
55
_name = field.
Name
;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
59
new AnonymousTypeParameterSymbol(this, fieldIndex, GeneratedNames.MakeAnonymousTypeParameterName(field.
Name
), allowsRefLikeType: false);