6 references to IISExpressAncmSchema
IISExpress.FunctionalTests (2)
RequiresIISAttribute.cs (2)
13public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting; 15public string SkipReason => IISExpressAncmSchema.SkipReason;
Microsoft.AspNetCore.Server.IntegrationTesting (4)
TestMatrix.cs (2)
280if (!IISExpressAncmSchema.SupportsInProcessHosting) 282skipAncm = skipAncm ?? IISExpressAncmSchema.SkipReason;
xunit\SkipIfIISExpressSchemaMissingInProcessAttribute.cs (2)
11public bool IsMet => IISExpressAncmSchema.SupportsInProcessHosting; 13public string SkipReason => IISExpressAncmSchema.SkipReason;