3 references to HostableWebCoreLocation
IIS.Tests (3)
Utilities\SkipIfHostableWebCoreNotAvailibleAttribute.cs (2)
13public bool IsMet { get; } = File.Exists(TestServer.HostableWebCoreLocation); 15public string SkipReason { get; } = $"Hostable Web Core not available, {TestServer.HostableWebCoreLocation} not found.";
Utilities\TestServer.cs (1)
98LoadLibrary(HostableWebCoreLocation);