10 references to EventSourceValidator
Microsoft.AspNetCore.Hosting.Tests (1)
Internal\HostingEventSourceTests.cs (1)
19EventSourceValidator.ValidateEventSourceIds(typeof(HostingEventSource));
Microsoft.AspNetCore.Http.Connections.Tests (1)
Internal\HttpConnectionsEventSourceTests.cs (1)
20EventSourceValidator.ValidateEventSourceIds(typeof(HttpConnectionsEventSource));
Microsoft.AspNetCore.InternalTesting.Tests (6)
EventSourceValidatorTests.cs (6)
16EventSourceValidator.ValidateEventSourceIds<CorrectEventSource>(); 27() => EventSourceValidator.ValidateEventSourceIds<MismatchedIdEventSource>()); 35() => EventSourceValidator.ValidateEventSourceIds<DuplicateIdEventSource>()); 47() => EventSourceValidator.ValidateEventSourceIds(typeof(string))); 55EventSourceValidator.ValidateEventSourceIds<EmptyEventSource>(); 61EventSourceValidator.ValidateEventSourceIds<MultiParamEventSource>();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelEventSourceTests.cs (1)
40EventSourceValidator.ValidateEventSourceIds(esType);
Microsoft.AspNetCore.Shared.Tests (1)
CertificateManagerEventSourceTests.cs (1)
14EventSourceValidator.ValidateEventSourceIds<CertificateManager.CertificateManagerEventSource>();