@@ -157,6 +157,19 @@ void System.Collections.IEnumerator.Reset() { }
157157 void System . IDisposable . Dispose ( ) { }
158158 }
159159 }
160+ public sealed partial class AssemblyNameInfo
161+ {
162+ public AssemblyNameInfo ( string name , System . Version ? version = null , string ? cultureName = null , System . Reflection . AssemblyNameFlags flags = System . Reflection . AssemblyNameFlags . None , System . Collections . Immutable . ImmutableArray < byte > publicKeyOrToken = default ( System . Collections . Immutable . ImmutableArray < byte > ) ) { }
163+ public string ? CultureName { get { throw null ; } }
164+ public System . Reflection . AssemblyNameFlags Flags { get { throw null ; } }
165+ public string FullName { get { throw null ; } }
166+ public string Name { get { throw null ; } }
167+ public System . Collections . Immutable . ImmutableArray < byte > PublicKeyOrToken { get { throw null ; } }
168+ public System . Version ? Version { get { throw null ; } }
169+ public static System . Reflection . Metadata . AssemblyNameInfo Parse ( System . ReadOnlySpan < char > assemblyName ) { throw null ; }
170+ public System . Reflection . AssemblyName ToAssemblyName ( ) { throw null ; }
171+ public static bool TryParse ( System . ReadOnlySpan < char > assemblyName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . AssemblyNameInfo ? result ) { throw null ; }
172+ }
160173 public readonly partial struct AssemblyReference
161174 {
162175 private readonly object _dummy ;
@@ -2408,25 +2421,11 @@ public readonly partial struct TypeLayout
24082421 public int PackingSize { get { throw null ; } }
24092422 public int Size { get { throw null ; } }
24102423 }
2411- public sealed partial class AssemblyNameInfo
2412- {
2413- public AssemblyNameInfo ( string name , System . Version ? version = null , string ? cultureName = null , System . Reflection . AssemblyNameFlags flags = AssemblyNameFlags . None ,
2414- Collections . Immutable . ImmutableArray < byte > publicKeyOrToken = default ) { }
2415- public string Name { get { throw null ; } }
2416- public string ? CultureName { get { throw null ; } }
2417- public string FullName { get { throw null ; } }
2418- public System . Version ? Version { get { throw null ; } }
2419- public System . Reflection . AssemblyNameFlags Flags { get { throw null ; } }
2420- public System . Collections . Immutable . ImmutableArray < byte > PublicKeyOrToken { get { throw null ; } }
2421- public static System . Reflection . Metadata . AssemblyNameInfo Parse ( System . ReadOnlySpan < char > assemblyName ) { throw null ; }
2422- public static bool TryParse ( System . ReadOnlySpan < char > assemblyName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . AssemblyNameInfo ? result ) { throw null ; }
2423- public System . Reflection . AssemblyName ToAssemblyName ( ) { throw null ; }
2424- }
24252424 public sealed partial class TypeName
24262425 {
24272426 internal TypeName ( ) { }
2427+ public System . Reflection . Metadata . AssemblyNameInfo ? AssemblyName { get { throw null ; } }
24282428 public string AssemblyQualifiedName { get { throw null ; } }
2429- public AssemblyNameInfo ? AssemblyName { get { throw null ; } }
24302429 public System . Reflection . Metadata . TypeName DeclaringType { get { throw null ; } }
24312430 public string FullName { get { throw null ; } }
24322431 public bool IsArray { get { throw null ; } }
@@ -2438,19 +2437,19 @@ internal TypeName() { }
24382437 public bool IsSZArray { get { throw null ; } }
24392438 public bool IsVariableBoundArrayType { get { throw null ; } }
24402439 public string Name { get { throw null ; } }
2441- public static System . Reflection . Metadata . TypeName Parse ( System . ReadOnlySpan < char > typeName , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2442- public static bool TryParse ( System . ReadOnlySpan < char > typeName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . TypeName ? result , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
24432440 public int GetArrayRank ( ) { throw null ; }
2441+ public System . Reflection . Metadata . TypeName GetElementType ( ) { throw null ; }
24442442 public System . Collections . Immutable . ImmutableArray < System . Reflection . Metadata . TypeName > GetGenericArguments ( ) { throw null ; }
24452443 public System . Reflection . Metadata . TypeName GetGenericTypeDefinition ( ) { throw null ; }
2446- public System . Reflection . Metadata . TypeName GetElementType ( ) { throw null ; }
24472444 public int GetNodeCount ( ) { throw null ; }
2448- public System . Reflection . Metadata . TypeName MakeSZArrayTypeName ( ) { throw null ; }
24492445 public System . Reflection . Metadata . TypeName MakeArrayTypeName ( int rank ) { throw null ; }
24502446 public System . Reflection . Metadata . TypeName MakeByRefTypeName ( ) { throw null ; }
24512447 public System . Reflection . Metadata . TypeName MakeGenericTypeName ( System . Collections . Immutable . ImmutableArray < System . Reflection . Metadata . TypeName > typeArguments ) { throw null ; }
24522448 public System . Reflection . Metadata . TypeName MakePointerTypeName ( ) { throw null ; }
2453- public System . Reflection . Metadata . TypeName WithAssemblyName ( AssemblyNameInfo ? assemblyName ) { throw null ; }
2449+ public System . Reflection . Metadata . TypeName MakeSZArrayTypeName ( ) { throw null ; }
2450+ public static System . Reflection . Metadata . TypeName Parse ( System . ReadOnlySpan < char > typeName , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2451+ public static bool TryParse ( System . ReadOnlySpan < char > typeName , [ System . Diagnostics . CodeAnalysis . NotNullWhenAttribute ( true ) ] out System . Reflection . Metadata . TypeName ? result , System . Reflection . Metadata . TypeNameParseOptions ? options = null ) { throw null ; }
2452+ public System . Reflection . Metadata . TypeName WithAssemblyName ( System . Reflection . Metadata . AssemblyNameInfo ? assemblyName ) { throw null ; }
24542453 }
24552454 public sealed partial class TypeNameParseOptions
24562455 {
@@ -2675,11 +2674,11 @@ public readonly partial struct FieldTypeEncoder
26752674 {
26762675 private readonly object _dummy ;
26772676 private readonly int _dummyPrimitive ;
2678- public FieldTypeEncoder ( System . Reflection . Metadata . BlobBuilder builder ) { throw null ; }
2677+ public FieldTypeEncoder ( System . Reflection . Metadata . BlobBuilder builder ) { throw null ; }
26792678 public System . Reflection . Metadata . BlobBuilder Builder { get { throw null ; } }
26802679 public System . Reflection . Metadata . Ecma335 . CustomModifiersEncoder CustomModifiers ( ) { throw null ; }
26812680 public System . Reflection . Metadata . Ecma335 . SignatureTypeEncoder Type ( bool isByRef = false ) { throw null ; }
2682- public void TypedReference ( ) { throw null ; }
2681+ public void TypedReference ( ) { }
26832682 }
26842683 public readonly partial struct FixedArgumentsEncoder
26852684 {
@@ -3120,8 +3119,10 @@ public void UInt64() { }
31203119 public void UIntPtr ( ) { }
31213120 public void VoidPointer ( ) { }
31223121 }
3123- public readonly struct SwitchInstructionEncoder
3122+ public readonly partial struct SwitchInstructionEncoder
31243123 {
3124+ private readonly object _dummy ;
3125+ private readonly int _dummyPrimitive ;
31253126 public void Branch ( System . Reflection . Metadata . Ecma335 . LabelHandle label ) { }
31263127 }
31273128 public enum TableIndex : byte
@@ -3337,14 +3338,14 @@ public enum Machine : ushort
33373338 MipsFpu16 = ( ushort ) 1126 ,
33383339 Tricore = ( ushort ) 1312 ,
33393340 Ebc = ( ushort ) 3772 ,
3340- Amd64 = ( ushort ) 34404 ,
3341- M32R = ( ushort ) 36929 ,
3342- Arm64 = ( ushort ) 43620 ,
3343- LoongArch32 = ( ushort ) 25138 ,
3344- LoongArch64 = ( ushort ) 25188 ,
33453341 RiscV32 = ( ushort ) 20530 ,
33463342 RiscV64 = ( ushort ) 20580 ,
33473343 RiscV128 = ( ushort ) 20776 ,
3344+ LoongArch32 = ( ushort ) 25138 ,
3345+ LoongArch64 = ( ushort ) 25188 ,
3346+ Amd64 = ( ushort ) 34404 ,
3347+ M32R = ( ushort ) 36929 ,
3348+ Arm64 = ( ushort ) 43620 ,
33483349 }
33493350 public partial class ManagedPEBuilder : System . Reflection . PortableExecutable . PEBuilder
33503351 {
0 commit comments