3 references to Format
Microsoft.Extensions.Compliance.Testing (2)
FakeRedactor.cs (2)
77
var str = string.
Format
(CultureInfo.InvariantCulture, _format, sourceString);
92
return string.
Format
(CultureInfo.InvariantCulture, _format, input.ToString()).Length;
Microsoft.Extensions.Logging.Abstractions (1)
LogValuesFormatter.cs (1)
191
string.
Format
(CultureInfo.InvariantCulture, _format, arg0) :