4 references to Current
Infrastructure.Common (2)
FrameworkHelper.cs (1)
59
return ((
Current
& frameworkID) != 0);
xunit\IssueAttribute.cs (1)
66
FrameworkHelper.
Current
.Name(),
Infrastructure.IntegrationTests (1)
OSAndFrameworkTests.4.1.1.cs (1)
16
Assert.True(FrameworkHelper.
Current
!= FrameworkID.None,
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpsBindingTest.cs (1)
332
return FrameworkHelper.
Current
== FrameworkID.NetNative;