1 write to Location
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
35this.Location = location;
8 references to Location
Microsoft.CodeAnalysis.CSharp (8)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.cs (1)
107return new AnonymousTypeDescriptor(newFields, this.Location);
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (3)
188Debug.Assert(typeDescr.Location.IsInSource); // AnonymousDelegateTemplateSymbol requires a location in source for ordering. 290template.AdjustLocation(typeDescr.Location); 446template.AdjustLocation(typeDescr.Location);
Symbols\AnonymousTypes\PublicSymbols\AnonymousManager.TypeOrDelegatePublicSymbol.cs (1)
173get { return ImmutableArray.Create<Location>(this.TypeDescriptor.Location); }
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (2)
99: base(manager, typeDescr.Location) 159: base(manager, typeDescr.Location)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
40base(manager, typeDescr.Location)