1 write to _format
Microsoft.Extensions.Compliance.Testing (1)
FakeRedactor.cs (1)
59_format = CompositeFormat.Parse(opt.Value.RedactionFormat);
2 references to _format
Microsoft.Extensions.Compliance.Testing (2)
FakeRedactor.cs (2)
77var str = string.Format(CultureInfo.InvariantCulture, _format, sourceString); 92return string.Format(CultureInfo.InvariantCulture, _format, input.ToString()).Length;