7 references to IsNonW8PFrameworkAPI
mscorlib (7)
system\reflection\ConstructorInfo.cs (1)
195if (GetRuntimeType().IsNonW8PFrameworkAPI())
system\reflection\fieldinfo.cs (1)
410if (GetRuntimeType().IsNonW8PFrameworkAPI())
system\reflection\methodinfo.cs (2)
161if (GetRuntimeType().IsNonW8PFrameworkAPI()) 168if (((RuntimeType)t).IsNonW8PFrameworkAPI())
system\rttype.cs (3)
2662return ((RuntimeType)GetElementType()).IsNonW8PFrameworkAPI(); 2671if (((RuntimeType)t).IsNonW8PFrameworkAPI()) 2701if (AppDomain.ProfileAPICheck && IsNonW8PFrameworkAPI())