1 instantiation of ResourceInfo
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (1)
118
return new
ResourceInfo
(resourceOffset, resourceLength, module);
3 references to ResourceInfo
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.ManifestResources.cs (3)
71
ResourceInfo
resourceInfo = FindResourceWithName(assembly, name);
80
private static unsafe UnmanagedMemoryStream ReadResourceFromBlob(
ResourceInfo
resourceInfo)
92
private static
ResourceInfo
FindResourceWithName(Assembly assembly, string resourceName)