1 instantiation of TypeForwarderHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
908
values = new
TypeForwarderHandleCollection
(reader, offset);
6 references to TypeForwarderHandleCollection
System.Private.CoreLib (6)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
906
public static uint Read(this NativeReader reader, uint offset, out
TypeForwarderHandleCollection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (4)
3915
public
TypeForwarderHandleCollection
TypeForwarders => _typeForwarders;
3916
private readonly
TypeForwarderHandleCollection
_typeForwarders;
5095
public
TypeForwarderHandleCollection
NestedTypes => _nestedTypes;
5096
private readonly
TypeForwarderHandleCollection
_nestedTypes;
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.GetTypeCore.CaseSensitive.cs (1)
40
TypeForwarderHandleCollection
candidateTypeForwarders = namespaceDefinition.TypeForwarders;