5 references to Parse
Microsoft.Extensions.Compliance.Testing (1)
FakeRedactor.cs (1)
59_format = CompositeFormat.Parse(opt.Value.RedactionFormat);
Microsoft.Extensions.Logging.Abstractions (2)
LogValuesFormatter.cs (2)
48CompositeFormat.Parse(format); 79CompositeFormat.Parse(vsb.ToString());
Microsoft.Extensions.Telemetry (2)
Latency\Internal\LatencyConsoleExporter.cs (2)
21private static readonly CompositeFormat _title = CompositeFormat.Parse("Latency sample #{0}: {1}ms, {2} checkpoints, {3} tags, {4} measures" + Environment.NewLine); 22private static readonly Func<int, CompositeFormat> _rows = Memoize.Function((int nameColumnWidth) => CompositeFormat.Parse($" {{0,-{nameColumnWidth}}} | {{1}}" + Environment.NewLine));