2 instantiations of CustomDebugInformationHandleCollection
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
1049
public CustomDebugInformationHandleCollection CustomDebugInformation => new
CustomDebugInformationHandleCollection
(this);
1420
return new
CustomDebugInformationHandleCollection
(this, handle);
3 references to CustomDebugInformationHandleCollection
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
1049
public
CustomDebugInformationHandleCollection
CustomDebugInformation => new CustomDebugInformationHandleCollection(this);
1418
public
CustomDebugInformationHandleCollection
GetCustomDebugInformation(EntityHandle handle)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
23
public static
CustomDebugInformationHandleCollection
GetCustomDebugInformation(this EntityHandle handle, MetadataReader reader) => reader.GetCustomDebugInformation(handle);