1 write to SupportsInProcessHosting
Microsoft.AspNetCore.Server.IntegrationTesting (1)
xunit\IISExpressAncmSchema.cs (1)
43SupportsInProcessHosting = ancmConfig
3 references to 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;