1 write to SupportsInProcessHosting
Microsoft.AspNetCore.Server.IntegrationTesting (1)
xunit\IISExpressAncmSchema.cs (1)
43SupportsInProcessHosting = ancmConfig
4 references to SupportsInProcessHosting
IISExpress.FunctionalTests (1)
RequiresIISAttribute.cs (1)
13public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting;
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (1)
280if (!IISExpressAncmSchema.SupportsInProcessHosting)
xunit\IISExpressAncmSchema.cs (1)
48SkipReason = SupportsInProcessHosting ? null : "IIS Express must be upgraded to support in-process hosting.";
xunit\SkipIfIISExpressSchemaMissingInProcessAttribute.cs (1)
11public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting;