6 references to ValidateEventSourceIds
Microsoft.AspNetCore.InternalTesting.Tests (5)
EventSourceValidatorTests.cs (5)
16EventSourceValidator.ValidateEventSourceIds<CorrectEventSource>(); 27() => EventSourceValidator.ValidateEventSourceIds<MismatchedIdEventSource>()); 35() => EventSourceValidator.ValidateEventSourceIds<DuplicateIdEventSource>()); 55EventSourceValidator.ValidateEventSourceIds<EmptyEventSource>(); 61EventSourceValidator.ValidateEventSourceIds<MultiParamEventSource>();
Microsoft.AspNetCore.Shared.Tests (1)
CertificateManagerEventSourceTests.cs (1)
14EventSourceValidator.ValidateEventSourceIds<CertificateManager.CertificateManagerEventSource>();