3 overrides of MDStreamVersion
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
85public sealed override int MDStreamVersion { get { throw new PlatformNotSupportedException(); } }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
36public override int MDStreamVersion
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
41public abstract override int MDStreamVersion { get; }
1 reference to MDStreamVersion
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
38get { return UnderlyingModule.MDStreamVersion; }