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