Base:
method
Redact
Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.ReadOnlySpan<System.Char>, System.Span<System.Char>)
2 references to Redact
Microsoft.Extensions.Compliance.Abstractions.Tests (2)
Redaction\NullRedactorTest.cs (2)
34var charsWritten = r.Redact(input, c); 44Assert.Throws<ArgumentException>(() => r.Redact("ABCD".AsSpan(), new char[1].AsSpan()));