Implemented interface member:
property
Services
Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder.Services
1 write to Services
Microsoft.Extensions.Compliance.Redaction (1)
RedactionBuilder.cs (1)
27
Services
= Throw.IfNull(services);
6 references to Services
Microsoft.Extensions.Compliance.Redaction (6)
RedactionBuilder.cs (6)
29
Services
.TryAddEnumerable(ServiceDescriptor.Singleton<Redactor>(ErasingRedactor.Instance));
30
Services
.TryAddEnumerable(ServiceDescriptor.Singleton<Redactor>(NullRedactor.Instance));
41
Services
.TryAddEnumerable(ServiceDescriptor.Singleton(typeof(Redactor), redactorType));
42
_ =
Services
.Configure<RedactorProviderOptions>(options => options.Redactors[c] = redactorType);
51
Services
.TryAddEnumerable(ServiceDescriptor.Singleton(typeof(Redactor), typeof(T)));
52
_ =
Services
.Configure<RedactorProviderOptions>(options => options.FallbackRedactor = typeof(T));