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