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