1 write to Location
ConfigurationSchemaGenerator (1)
RuntimeSource\SourceGenerators\DiagnosticInfo.cs (1)
28Location = trimmedLocation,
4 references to Location
ConfigurationSchemaGenerator (4)
RuntimeSource\SourceGenerators\DiagnosticInfo.cs (4)
38=> Diagnostic.Create(Descriptor, Location, MessageArgs); 46Location == other.Location; 57hashCode = HashHelpers.Combine(hashCode, Location?.GetHashCode() ?? 0);