3 implementations of Location
Microsoft.CodeAnalysis (3)
CodeGen\LocalConstantDefinition.cs (1)
38public Location Location { get; }
CodeGen\LocalDefinition.cs (1)
89public Location Location
CodeGen\SignatureOnlyLocalDefinition.cs (1)
70public Location Location => Location.None;
1 reference to Location
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1408this.Context.Diagnostics.Add(this.messageProvider.CreateDiagnostic(this.messageProvider.WRN_PdbLocalNameTooLong, localDefinition.Location, name));