5 references to AnyWindows
Infrastructure.Common (4)
ConditionalTestDetectors.cs (1)
142
return OSID.
AnyWindows
.MatchesCurrent();
OSHelper.cs (2)
58
new Tuple<string, OSID>(MicrosoftWindowsName, OSID.
AnyWindows
), // reserved for "Don't know which version"
142
if (detectedID == OSID.
AnyWindows
)
OsID.cs (1)
52
Any = AnyUnix |
AnyWindows
Security.TransportSecurity.IntegrationTests (1)
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (1)
83
if (Environment.Version.Major == 5 && !OSID.
AnyWindows
.MatchesCurrent() && !TestProperties.GetProperty(TestProperties.ServiceUri_PropertyName).Contains("/"))