8 references to ProfileAPICheck
mscorlib (8)
system\reflection\ConstructorInfo.cs (2)
205
return !AppDomain.
ProfileAPICheck
|| !IsNonW8PFrameworkAPI();
255
if (AppDomain.
ProfileAPICheck
&& IsNonW8PFrameworkAPI())
system\reflection\emit\assemblybuilder.cs (1)
446
if (AppDomain.
ProfileAPICheck
)
system\reflection\emit\dynamicmethod.cs (1)
427
if (AppDomain.
ProfileAPICheck
)
system\reflection\fieldinfo.cs (1)
475
if (AppDomain.
ProfileAPICheck
&& IsNonW8PFrameworkAPI())
system\reflection\methodinfo.cs (2)
180
return !AppDomain.
ProfileAPICheck
|| !IsNonW8PFrameworkAPI();
237
if (AppDomain.
ProfileAPICheck
&& IsNonW8PFrameworkAPI())
system\rttype.cs (1)
2701
if (AppDomain.
ProfileAPICheck
&& IsNonW8PFrameworkAPI())