1 instantiation of MethodHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
932values = new MethodHandleCollection(reader, offset);
4 references to MethodHandleCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
930public static uint Read(this NativeReader reader, uint offset, out MethodHandleCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4988public MethodHandleCollection Methods => _methods; 4989private readonly MethodHandleCollection _methods;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
336internal MethodHandleCollection DeclaredMethodAndConstructorHandles