4 overrides of MDStreamVersion
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
695public override int MDStreamVersion => InternalModule.MDStreamVersion;
src\System\Reflection\RuntimeModule.cs (1)
317public override int MDStreamVersion => ModuleHandle.GetMDStreamVersion(this);
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; }
2 references to MDStreamVersion
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
133if (manifestModule.MDStreamVersion > 0x10000)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
38get { return UnderlyingModule.MDStreamVersion; }