Base:
property
Location
Microsoft.CodeAnalysis.Diagnostic.Location
4 references to Location
Microsoft.CodeAnalysis (4)
Diagnostic\DiagnosticWithInfo.cs (4)
152return Hash.Combine(this.Location.GetHashCode(), this.Info.GetHashCode()); 170this.Location.Equals(other._location) && 183return "Unresolved diagnostic at " + this.Location; 188return "Void diagnostic at " + this.Location;