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