1 write to Location
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeField.cs (1)
47
this.
Location
= location;
3 references to Location
Microsoft.CodeAnalysis.CSharp (3)
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)
35
this(container, field, field.TypeWithAnnotations, index, ImmutableArray.Create<Location>(field.
Location
), includeBackingField: false)