4 overrides of Assembly
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
734
public override Assembly
Assembly
=> _assemblyBuilder;
src\System\Reflection\RuntimeModule.cs (1)
514
public override Assembly
Assembly
=> GetRuntimeAssembly();
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
21
public override Assembly
Assembly
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
32
public sealed override Assembly
Assembly
=> GetRoAssembly();
34 references to Assembly
Microsoft.Build.Tasks.Core (3)
ManifestUtil\SecurityUtil.cs (2)
559
System.Resources.ResourceManager resources = new System.Resources.ResourceManager("Microsoft.Build.Tasks.Core.Strings.ManifestUtilities", typeof(SecurityUtilities).Module.
Assembly
);
639
System.Resources.ResourceManager resources = new System.Resources.ResourceManager("Microsoft.Build.Tasks.Core.Strings.ManifestUtilities", typeof(SecurityUtilities).Module.
Assembly
);
ManifestUtil\TrustInfo.cs (1)
246
System.Resources.ResourceManager resources = new System.Resources.ResourceManager("Microsoft.Build.Tasks.Core.Strings.ManifestUtilities", typeof(SecurityUtilities).Module.
Assembly
);
System.Drawing.Common (3)
System\Drawing\Bitmap.cs (1)
80
return type.Module.
Assembly
.GetManifestResourceStream(type, resource)
System\Drawing\BitmapSelector.cs (1)
42
return GetResourceStream(type.Module.
Assembly
, type, originalName);
System\Drawing\Icon.cs (1)
99
Stream? stream = type.Module.
Assembly
.GetManifestResourceStream(type, resource)
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DiagnosticMethodInfo.cs (1)
43
public string? DeclaringAssemblyName => _method.Module.
Assembly
.FullName;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
3017
if (!member.Module.
Assembly
.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0)
3370
if (!member.Module.
Assembly
.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0)
3493
bool reflectionOnly = staticField.Module.
Assembly
.ReflectionOnly;
src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
98
get => _source ??= HasBeenThrown ? (TargetSite?.Module.
Assembly
.GetName().Name ?? "<unknown>") : null;
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
69
if (assembly != typeof(object).Module.
Assembly
)
87
if (assembly != typeof(object).Module.
Assembly
)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
213
return type.Module?.
Assembly
;
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (1)
310
AddAssemblySpec(type.Module.
Assembly
.FullName!);
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
37
_rootTypeAssemblyName = type.Module.
Assembly
.FullName!;
90
_rootTypeAssemblyName = type.Module.
Assembly
.FullName!;
System.Private.Xml (1)
System\Xml\Serialization\Compiler.cs (1)
64
Assembly assembly = module.
Assembly
;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
23
get { return UnderlyingModule.
Assembly
; }
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (1)
310
AddAssemblySpec(type.Module.
Assembly
.FullName!);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
130
public sealed override Assembly Assembly => Module.
Assembly
;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\FormatterServices.cs (1)
58
throw new SerializationException(SR.Format(SR.Serialization_NonSerType, parentType.FullName, parentType.Module.
Assembly
.FullName));
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
325
validationMethod.Module.
Assembly
.FullName,
System.Security.Permissions (1)
System\Security\Permissions\PrincipalPermission.cs (1)
256
root.AddAttribute("class", typename + ", " + GetType().Module.
Assembly
.FullName.Replace('\"', '\''));
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1449
eventInterface = controlType.Module.
Assembly
.GetType(eventName, throwOnError: false);
System\Windows\Forms\Application.cs (1)
972
using Stream? stream = module.
Assembly
.GetManifestResourceStream(
System\Windows\Forms\Control.ControlVersionInfo.cs (3)
33
object[] attrs = _owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyCompanyAttribute), false);
80
object[] attrs = _owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyProductAttribute), false);
128
object[] attrs = _owner.GetType().Module.
Assembly
.GetCustomAttributes(typeof(AssemblyInformationalVersionAttribute), false);
System\Windows\Forms\Input\Cursor.cs (1)
84
: this(type.OrThrowIfNull().Module.
Assembly
.GetManifestResourceStream(type, resource)!)
System.Windows.Forms.Design (2)
System\Drawing\BitmapSelector.cs (1)
109
Assembly assembly = type.Module.
Assembly
;
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
15
private static readonly Assembly s_assembly = typeof(ColorEditor).Module.
Assembly
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
359
using Stream stream = type.Module.
Assembly
.GetManifestResourceStream(type, resource)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationTests.cs (1)
147
using Stream stream = typeof(Application).Module.
Assembly
.GetManifestResourceStream(