1 write to _spanDataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
Benchmarks\SpanDataProtectorComparison.cs (1)
73_spanDataProtector = (ISpanDataProtector)_dataProtector;
4 references to _spanDataProtector
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (4)
Benchmarks\SpanDataProtectorComparison.cs (4)
98_spanDataProtector.Protect(_plaintext, ref protectBuffer); 101_spanDataProtector.Unprotect(protectedSpan, ref unprotectBuffer); 120_spanDataProtector.Protect(_plaintext, ref protectBuffer); 123_spanDataProtector.Unprotect(protectedSpan, ref unprotectBuffer);