1 instantiation of MethodSemanticsHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
848values = new MethodSemanticsHandleCollection(reader, offset);
5 references to MethodSemanticsHandleCollection
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
846public static uint Read(this NativeReader reader, uint offset, out MethodSemanticsHandleCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (4)
2728public MethodSemanticsHandleCollection MethodSemantics => _methodSemantics; 2729private readonly MethodSemanticsHandleCollection _methodSemantics; 4275public MethodSemanticsHandleCollection MethodSemantics => _methodSemantics; 4276private readonly MethodSemanticsHandleCollection _methodSemantics;