2 instantiations of ModifiedTypeHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
667
handle = new
ModifiedTypeHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7440
return new
ModifiedTypeHandle
(this);
10 references to ModifiedTypeHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
663
public static uint Read(this NativeReader reader, uint offset, out
ModifiedTypeHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
3704
private readonly
ModifiedTypeHandle
_handle;
3706
internal ModifiedType(MetadataReader reader,
ModifiedTypeHandle
handle)
3717
public
ModifiedTypeHandle
Handle => _handle;
3752
if (obj is
ModifiedTypeHandle
)
3753
return _value == ((
ModifiedTypeHandle
)obj)._value;
3760
public bool Equals(
ModifiedTypeHandle
handle) => _value == handle._value;
3766
public static implicit operator Handle(
ModifiedTypeHandle
handle)
7438
public
ModifiedTypeHandle
ToModifiedTypeHandle(MetadataReader reader)
7828
public ModifiedType GetModifiedType(
ModifiedTypeHandle
handle)