25 overrides of Module
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorOnTypeBuilderInstantiation.cs (1)
46public override Module Module => _ctor.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldOnTypeBuilderInstantiation.cs (1)
53public override Module Module => _field.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
50public override Module Module => _method.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
58public override Module Module => _method.Module;
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
61public sealed override Module Module
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
116public sealed override Module Module
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
102public sealed override Module Module
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
200public abstract override Module Module
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
140public sealed override Module Module
System.Reflection.Context (7)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
74public override Module Module
System\Reflection\Context\Delegation\DelegatingEventInfo.cs (1)
43public override Module Module
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (1)
59public override Module Module
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
76public override Module Module
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
44public override Module Module
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
46public sealed override Module Module
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
72public sealed override Module Module
System.Reflection.Emit (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
50public override Module Module => _method.Module;
System\Reflection\Emit\ArrayMethod.cs (1)
50public override Module Module => _module;
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
27public sealed override Module Module => GetRoModule();
System\Reflection\TypeLoading\Events\RoEvent.cs (1)
38public sealed override Module Module => GetRoModule();
System\Reflection\TypeLoading\Fields\RoField.cs (1)
40public sealed override Module Module => GetRoModule();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
35public sealed override Module Module => GetRoModule();
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
39public sealed override Module Module => GetRoModule();
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
95public override Module Module => _innerEventInfo.Module;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\SerializationFieldInfo.cs (1)
31public override Module Module { get { return m_field.Module; } }
44 references to Module
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
3801_ => member.Module.Assembly
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinderExtensions.cs (2)
316return mi1.Module.Equals(mi2.Module) && s_MemberEquivalence(mi1, mi2);
Microsoft.Extensions.AI.Abstractions (4)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\NullabilityInfoContext\NullabilityInfoContext.cs (2)
230IsPublicOnly(method.IsPrivate, method.IsFamilyAndAssembly, method.IsAssembly, method.Module)) 271IsPublicOnly(fieldInfo.IsPrivate, fieldInfo.IsFamilyAndAssembly, fieldInfo.IsAssembly, fieldInfo.Module))
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\NullabilityInfoContext\NullabilityInfoHelpers.cs (2)
36target.Module.Equals(other.Module);
Microsoft.Extensions.Diagnostics.Testing (7)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (7)
217Module? temp15 = instance.Module; 325Module? temp36 = instance.Module; 407Module? temp52 = instance.Module; 463Module? temp61 = instance.Module; 582Module? temp79 = instance.Module; 667Module? temp91 = instance.Module; 1222Module? temp217 = instance.Module;
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Utils.vb (2)
385Return mi1.Module.Equals(mi2.Module) AndAlso s_MemberEquivalence(mi1, mi2)
Mono.Cecil (2)
Mono.Cecil\Import.cs (2)
374 return field.Module.ResolveField (field.MetadataToken); 379 return method.Module.ResolveMethod (method.MetadataToken);
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
3014if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0) 3367if (!member.Module.Assembly.ReflectionOnly && (flags & EventManifestOptions.AllowEventSourceOverride) == 0) 3490bool reflectionOnly = staticField.Module.Assembly.ReflectionOnly;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
98get => _source ??= HasBeenThrown ? (TargetSite?.Module.Assembly.GetName().Name ?? "<unknown>") : null;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorOnTypeBuilderInstantiation.cs (1)
46public override Module Module => _ctor.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldOnTypeBuilderInstantiation.cs (1)
53public override Module Module => _field.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
50public override Module Module => _method.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
58public override Module Module => _method.Module;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (2)
228IsPublicOnly(method.IsPrivate, method.IsFamilyAndAssembly, method.IsAssembly, method.Module)) 273IsPublicOnly(fieldInfo.IsPrivate, fieldInfo.IsFamilyAndAssembly, fieldInfo.IsAssembly, fieldInfo.Module))
System\Delegate.cs (1)
287return new DiagnosticMethodInfo(mi.Name, declaringType.FullName, mi.Module.Assembly.FullName);
System.Reflection.Context (5)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
76get { return UnderlyingConstructor.Module; }
System\Reflection\Context\Delegation\DelegatingEventInfo.cs (1)
45get { return UnderlyingEvent.Module; }
System\Reflection\Context\Delegation\DelegatingFieldInfo.cs (1)
61get { return UnderlyingField.Module; }
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
78get { return UnderlyingMethod.Module; }
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
46get { return UnderlyingProperty.Module; }
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
50public override Module Module => _method.Module;
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\General\Helpers.cs (2)
274if (!(thisMember.Module.Equals(other.Module)))
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
85private EcmaModule GetEcmaModule() => (EcmaModule)(_roMethodBase.MethodBase.Module);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
114return new EcmaMethodBody(owner, ((EcmaModule)(owner.MethodBase.Module)).PEReader.GetMethodBody(rva));
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (2)
28Debug.Assert(roMethodBase.MethodBase.Module is EcmaModule); 29_module = (EcmaModule)(roMethodBase.MethodBase.Module);
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
95public override Module Module => _innerEventInfo.Module;
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\SerializationFieldInfo.cs (1)
31public override Module Module { get { return m_field.Module; } }
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
325validationMethod.Module.Assembly.FullName,