5 references to TryReadStringProperty
Microsoft.Extensions.DependencyModel (5)
DependencyContextJsonReader.cs (5)
251while (reader.TryReadStringProperty(out string? propertyName, out string? propertyValue)) 457while (reader.TryReadStringProperty(out string? name, out string? version)) 520while (reader.TryReadStringProperty(out string? propertyName, out string? propertyValue)) 565while (reader.TryReadStringProperty(out string? propertyName, out string? propertyValue)) 613while (reader.TryReadStringProperty(out string? propertyName, out string? propertyValue))