2 references to _dataClassification2
Microsoft.Extensions.Compliance.Redaction.Tests (2)
RedactorProviderTests.cs (2)
45
opt.Redactors.Add(
_dataClassification2
, typeof(NullRedactor));
52
Redactor r2 = redactorProvider.GetRedactor(
_dataClassification2
);