2 overrides of Assembly
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1116
public override Assembly
Assembly
system\reflection\module.cs (1)
1212
public override Assembly
Assembly
92 references to Assembly
mscorlib (41)
system\appdomain.cs (1)
170
info.TargetTypeAssembly=list[i].Method.ReflectedType.Module.
Assembly
.FullName;
system\delegateserializationholder.cs (2)
42
DelegateEntry de = new DelegateEntry(delegateType.FullName, delegateType.Module.
Assembly
.FullName, target,
43
method.ReflectedType.Module.
Assembly
.FullName, method.ReflectedType.FullName, method.Name);
system\diagnostics\eventing\eventsource.cs (2)
3142
if (!member.Module.
Assembly
.ReflectionOnly() && (flags & EventManifestOptions.AllowEventSourceOverride) == 0)
3600
bool reflectionOnly = staticField.Module.
Assembly
.ReflectionOnly();
system\exception.cs (1)
504
result.Append(rmi.Module.
Assembly
.FullName);
system\globalization\compareinfo.cs (2)
148
if (assembly!=typeof(Object).Module.
Assembly
) {
176
if (assembly!=typeof(Object).Module.
Assembly
) {
system\reflection\assembly.cs (1)
83
return m.
Assembly
;
system\reflection\ConstructorInfo.cs (1)
514
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
system\reflection\emit\aqnbuilder.cs (1)
195
AddAssemblySpec(type.Module.
Assembly
.FullName);
system\reflection\emit\assemblybuilder.cs (6)
977
if (type.Module == null || type.Module.
Assembly
== null)
980
if (type.Module.
Assembly
== typeof(object).Module.
Assembly
)
983
if (type.Module.
Assembly
.ReflectionOnly && !ReflectionOnly)
986
if (!type.Module.
Assembly
.ReflectionOnly && ReflectionOnly)
1628
if (tmpModule == null || !InternalAssembly.Equals(tmpModule.
Assembly
))
system\reflection\emit\dynamicmethod.cs (2)
471
if (m.
Assembly
!= m_creatorAssembly)
475
m.
Assembly
.PermissionSet);
system\reflection\emit\modulebuilder.cs (1)
1770
if (refedModule.
Assembly
.Equals(this.Assembly))
system\reflection\fieldinfo.cs (4)
444
(declaringType == null && Module.
Assembly
.ReflectionOnly) ||
564
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
643
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
788
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
system\reflection\memberinfoserializationholder.cs (1)
39
String assemblyName = reflectedClass.Module.
Assembly
.FullName;
system\reflection\methodinfo.cs (2)
621
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
673
if ((declaringType == null && Module.
Assembly
.ReflectionOnly) || declaringType is ReflectionOnlyType)
system\runtime\remoting\remotingattributes.cs (1)
210
_assemblyName = RI.Module.
Assembly
.FullName;
system\runtime\remoting\remotingconfiguration.cs (1)
568
AssemblyName = type.Module.
Assembly
.FullName;
system\runtime\remoting\soap.cs (3)
743
Assembly systemAssembly = typeof(String).Module.
Assembly
;
770
Assembly systemAssembly = typeof(String).Module.
Assembly
;
811
String assemName = ((RuntimeAssembly)typeof(String).Module.
Assembly
).GetSimpleName();
system\runtime\serialization\formatterservices.cs (2)
98
throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", type.FullName, type.Module.
Assembly
.FullName));
117
throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", parentType.FullName, parentType.Module.
Assembly
.FullName));
system\runtime\serialization\serializationinfo.cs (2)
81
m_assemName = type.Module.
Assembly
.FullName;
161
m_assemName = type.Module.
Assembly
.FullName;
system\security\permissionset.cs (2)
1795
Contract.Assert( objectToInsert.GetType().Module.
Assembly
== System.Reflection.Assembly.GetExecutingAssembly(),
1902
Contract.Assert( objectToInsert.GetType().Module.
Assembly
== System.Reflection.Assembly.GetExecutingAssembly(),
system\security\permissiontoken.cs (1)
283
if (perm.GetType().Module.
Assembly
== Assembly.GetExecutingAssembly() &&
system\security\util\xmlutil.cs (2)
74
element.AddAttribute( "class", typename + ", " + type.Module.
Assembly
.FullName.Replace( '\"', '\'' ) );
496
Contract.Assert( groupClass.Module.
Assembly
!= Assembly.GetExecutingAssembly(),
System (11)
compmod\system\security\permissions\AspNetHostingPermission.cs (1)
237
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ));
compmod\system\security\permissions\ResourcePermissionBase.cs (1)
551
root.AddAttribute("class", type.FullName + ", " + type.Module.
Assembly
.FullName.Replace('\"', '\''));
misc\SecurityUtils.cs (2)
204
DemandGrantSet(field.Module.
Assembly
);
221
DemandGrantSet(method.Module.
Assembly
);
net\System\Net\DnsPermission.cs (1)
194
securityElement.AddAttribute( "class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ) );
net\System\Net\mail\smtppermission.cs (1)
241
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ));
net\System\Net\NetworkInformation\NetworkInformationPermission.cs (1)
229
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ));
net\System\Net\SocketPermission.cs (1)
589
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ));
net\System\Net\WebPermission.cs (1)
900
securityElement.AddAttribute( "class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ) );
security\system\security\permissions\storepermission.cs (1)
109
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
security\system\security\permissions\typedescriptorpermission.cs (1)
180
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
System.Configuration (1)
System\Configuration\ConfigurationPermission.cs (1)
185
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace( '\"', '\'' ));
System.Data.Linq (2)
parent\parent\misc\SecurityUtils.cs (2)
204
DemandGrantSet(field.Module.
Assembly
);
221
DemandGrantSet(method.Module.
Assembly
);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
308
((AssemblyBuilder) this.typeBldr.Module.
Assembly
).Save(this.modFile + ".dll");
System.Drawing (4)
commonui\System\Drawing\Bitmap.cs (1)
133
Stream stream = type.Module.
Assembly
.GetManifestResourceStream(type, resource);
commonui\System\Drawing\BitmapSelector.cs (1)
187
return GetResourceStream(type.Module.
Assembly
, type, originalName);
commonui\System\Drawing\Icon.cs (1)
158
Stream stream = type.Module.
Assembly
.GetManifestResourceStream(type, resource);
commonui\System\Drawing\Printing\PrintingPermission.cs (1)
173
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
System.Messaging (1)
System\Messaging\MessageQueuePermission.cs (1)
397
root.AddAttribute("class", type.FullName + ", " + type.Module.
Assembly
.FullName.Replace('\"', '\''));
System.Net (2)
net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (1)
195
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
net\PeerToPeer\PnrpPermission.cs (1)
182
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
System.Runtime.Remoting (6)
channels\core\corechannel.cs (1)
977
SystemResMgr = new ResourceManager("System.Runtime.Remoting", typeof(CoreChannel).Module.
Assembly
);
metadata\wsdlwriter.cs (5)
419
Assembly assembly = type.Module.
Assembly
;
482
assem = type.Module.
Assembly
;
489
assem = type.Module.
Assembly
;
2312
Assembly assem = type.Module.
Assembly
;
2585
Assembly systemAssembly = typeof(String).Module.
Assembly
;
System.Security (2)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
318
validationMethod.Module.
Assembly
.FullName,
system\security\permissions\dataprotectionpermission.cs (1)
116
securityElement.AddAttribute("class", this.GetType().FullName + ", " + this.GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
System.Web (4)
Hosting\ApplicationManager.cs (1)
1246
String module = hostType.Module.
Assembly
.FullName;
parent\parent\parent\Misc\SecurityUtils.cs (2)
204
DemandGrantSet(field.Module.
Assembly
);
221
DemandGrantSet(method.Module.
Assembly
);
UI\TemplateParser.cs (1)
2912
Assembly a = type.Module.
Assembly
;
System.Web.DataVisualization (1)
Common\SR.cs (1)
9928
static ResourceManager resourceManager = new ResourceManager(typeof(SR).FullName, typeof(SR).Module.
Assembly
);
System.Web.Entity.Design (1)
parent\parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
187
return GetResourceStream(type.Module.
Assembly
, type, originalName);
System.Windows.Forms (9)
misc\SecurityUtils.cs (2)
204
DemandGrantSet(field.Module.
Assembly
);
221
DemandGrantSet(method.Module.
Assembly
);
parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
187
return GetResourceStream(type.Module.
Assembly
, type, originalName);
winforms\Managed\System\WinForms\Control.cs (4)
17971
eventInterface = controlType.Module.
Assembly
.GetType(eventName, false);
20148
object[] attrs = owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyCompanyAttribute), false);
20190
object[] attrs = owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyProductAttribute), false);
20233
object[] attrs = owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyInformationalVersionAttribute), false);
winforms\Managed\System\WinForms\Cursor.cs (2)
89
Stream stream = typeof(Cursor).Module.
Assembly
.GetManifestResourceStream(typeof(Cursor), resource);
140
public Cursor(Type type, string resource) : this(type.Module.
Assembly
.GetManifestResourceStream(type,resource)) {
System.Windows.Forms.DataVisualization (1)
Common\SR.cs (1)
9928
static ResourceManager resourceManager = new ResourceManager(typeof(SR).FullName, typeof(SR).Module.
Assembly
);
System.Workflow.Activities (2)
Rules\Helpers.cs (2)
213
Stream stream = workflowType.Module.
Assembly
.GetManifestResourceStream(workflowType, resourceName);
217
stream = workflowType.Module.
Assembly
.GetManifestResourceStream(resourceName);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
276
Stream stream = type.Module.
Assembly
.GetManifestResourceStream(type, manifestResourceName);
278
stream = type.Module.
Assembly
.GetManifestResourceStream(manifestResourceName);
System.Xml (1)
System\Xml\Serialization\Compiler.cs (1)
82
Assembly assembly = module.
Assembly
;