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