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