1 write to UnderlyingAssembly
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
22UnderlyingAssembly = assembly;
40 references to UnderlyingAssembly
System.Reflection.Context (40)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (37)
29get { return UnderlyingAssembly.Location; } 35get { return UnderlyingAssembly.ManifestModule; } 40get { return UnderlyingAssembly.ReflectionOnly; } 47return UnderlyingAssembly.GetCustomAttributes(attributeType, inherit); 52return UnderlyingAssembly.GetCustomAttributes(inherit); 57return UnderlyingAssembly.GetCustomAttributesData(); 62return UnderlyingAssembly.IsDefined(attributeType, inherit); 67return UnderlyingAssembly.ToString(); 72get { return UnderlyingAssembly.SecurityRuleSet; } 81get { return UnderlyingAssembly.CodeBase; } 86return UnderlyingAssembly.CreateInstance(typeName, ignoreCase, bindingAttr, binder, args, culture, activationAttributes); 91get { return UnderlyingAssembly.EntryPoint; } 100get { return UnderlyingAssembly.EscapedCodeBase; } 105get { return UnderlyingAssembly.FullName; } 110return UnderlyingAssembly.GetExportedTypes(); 117return UnderlyingAssembly.GetFile(name); 123return UnderlyingAssembly.GetFiles(); 129return UnderlyingAssembly.GetFiles(getResourceModules); 135return UnderlyingAssembly.GetLoadedModules(getResourceModules); 140return UnderlyingAssembly.GetManifestResourceInfo(resourceName); 145return UnderlyingAssembly.GetManifestResourceNames(); 150return UnderlyingAssembly.GetManifestResourceStream(name); 155return UnderlyingAssembly.GetManifestResourceStream(type, name); 160return UnderlyingAssembly.GetModule(name); 165return UnderlyingAssembly.GetModules(getResourceModules); 170return UnderlyingAssembly.GetName(); 175return UnderlyingAssembly.GetName(copiedName); 180return UnderlyingAssembly.GetReferencedAssemblies(); 185return UnderlyingAssembly.GetSatelliteAssembly(culture); 190return UnderlyingAssembly.GetSatelliteAssembly(culture, version); 195return UnderlyingAssembly.GetType(name, throwOnError, ignoreCase); 200return UnderlyingAssembly.GetTypes(); 208get { return UnderlyingAssembly.GlobalAssemblyCache; } 213get { return UnderlyingAssembly.HostContext; } 218get { return UnderlyingAssembly.ImageRuntimeVersion; } 223get { return UnderlyingAssembly.IsDynamic; } 228return UnderlyingAssembly.LoadModule(moduleName, rawModule, rawSymbolStore);
System\Reflection\Context\Projection\ProjectingAssembly.cs (3)
108UnderlyingAssembly == other.UnderlyingAssembly; 113return Projector.GetHashCode() ^ UnderlyingAssembly.GetHashCode();