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