9 references to IsFrameworkAssembly
mscorlib (9)
system\appdomain.cs (1)
743
bool callerIsFxAssembly = callingAssembly != null && callingAssembly.
IsFrameworkAssembly
();
system\reflection\assembly.cs (1)
2930
if (
IsFrameworkAssembly
())
system\reflection\ConstructorInfo.cs (1)
187
if (rtAssembly.
IsFrameworkAssembly
())
system\reflection\emit\assemblybuilder.cs (1)
449
if (creator != null && !creator.
IsFrameworkAssembly
())
system\reflection\emit\dynamicmethod.cs (1)
432
if (m_creatorAssembly != null && !m_creatorAssembly.
IsFrameworkAssembly
())
system\reflection\fieldinfo.cs (1)
418
if (rtAssembly.
IsFrameworkAssembly
())
system\reflection\methodinfo.cs (1)
153
if (rtAssembly.
IsFrameworkAssembly
())
system\resources\resourcemanager.cs (1)
1058
bool fUseSatelliteAssemblyResourceLookupUnderAppX = resourcesAssembly.
IsFrameworkAssembly
();
system\rttype.cs (1)
2682
if (rtAssembly.
IsFrameworkAssembly
())