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