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