Implemented interface member:
property
GlobalAssemblyCache
System.Runtime.InteropServices._Assembly.GlobalAssemblyCache
2 overrides of GlobalAssemblyCache
mscorlib (2)
system\reflection\assembly.cs (1)
2416public override bool GlobalAssemblyCache
system\reflection\emit\assemblybuilder.cs (1)
1358public override bool GlobalAssemblyCache
25 references to GlobalAssemblyCache
mscorlib (1)
system\runtime\interopservices\runtimeenvironment.cs (1)
72return a.GlobalAssemblyCache;
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (1)
66if (a.GlobalAssemblyCache)
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (1)
273if ((! assembly.ReflectionOnly) && (! assembly.GlobalAssemblyCache))
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
242if (assem != null && !assem.GlobalAssemblyCache)
System.AddIn (1)
System\Addin\Hosting\AddInActivator.cs (1)
145if (!a.GlobalAssemblyCache)
System.Configuration (2)
System\Configuration\TypeUtil.cs (2)
228return assembly.GlobalAssemblyCache && !HasAptcaBit(assembly); 307if (!assembly.GlobalAssemblyCache)
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
705if (type.Assembly.GlobalAssemblyCache) {
System.Web (10)
Compilation\BrowserCapabilitiesCompiler.cs (1)
65if((assembly == null) || (!(assembly.GlobalAssemblyCache))) {
Compilation\BuildResult.cs (2)
463protected virtual bool IsGacAssembly { get { return ResultAssembly.GlobalAssemblyCache; } } 521if (referencedAssembly.GlobalAssemblyCache)
Compilation\BuildResultCache.cs (2)
57Debug.Assert(!assembly.GlobalAssemblyCache); 87if (a.GlobalAssemblyCache)
DefaultHttpHandler.cs (1)
78if (!this.GetType().Assembly.GlobalAssemblyCache) {
Handlers\AssemblyResourceLoader.cs (1)
422if (effectiveAssembly.GlobalAssemblyCache) {
HttpRuntime.cs (1)
3451if (!type.Assembly.GlobalAssemblyCache) {
UI\Util.cs (1)
1236if (t.Assembly.GlobalAssemblyCache)
UI\WebParts\WebPartUtil.cs (1)
66if (type.Assembly.GlobalAssemblyCache) {
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
690if (assemblyData.Item1.GlobalAssemblyCache) {
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
1056if (result.Assembly.GlobalAssemblyCache || IsNetFrameworkAssembly(result.Assembly.Location)) {
winforms\Managed\System\WinForms\Form.cs (1)
4269if (asm.GlobalAssemblyCache)
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
539this.controllerConduit.AssemblyLoaded(this.programId, assembly.Location, assembly.GlobalAssemblyCache); 1089this.controllerConduit.AssemblyLoaded(this.programId, args.LoadedAssembly.Location, args.LoadedAssembly.GlobalAssemblyCache);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
311if (!a.GlobalAssemblyCache) {
WindowsBase (1)
Base\MS\Internal\AssemblyHelper.cs (1)
266assembly.GlobalAssemblyCache &&