1 instantiation of ManifestResource
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1294return new ManifestResource(this, handle);
26 references to ManifestResource
ILCompiler.Compiler (15)
Compiler\BodySubstitutionParser.cs (2)
25private BodySubstitutionsParser(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues) 190public static BodyAndFieldSubstitutions GetSubstitutions(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
Compiler\DependencyAnalysis\EmbeddedTrimmingDescriptorNode.cs (1)
34ManifestResource resource = _module.MetadataReader.GetManifestResource(resourceHandle);
Compiler\DependencyAnalysis\ResourceDataNode.cs (1)
82ManifestResource resource = module.MetadataReader.GetManifestResource(resourceHandle);
Compiler\DescriptorMarker.cs (2)
44public DescriptorMarker(Logger logger, NodeFactory factory, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues) 338public static DependencyList GetDependencies(Logger logger, NodeFactory factory, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
Compiler\ManifestResourceBlockingPolicy.cs (3)
112ManifestResource resource = module.MetadataReader.GetManifestResource(resourceHandle); 149private SubstitutionsReader(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues) 160public static IReadOnlyDictionary<ModuleDesc, IReadOnlySet<string>> GetSubstitutions(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues)
Compiler\SubstitutionProvider.cs (1)
192ManifestResource resource = module.MetadataReader.GetManifestResource(resourceHandle);
Compiler\UsageBasedMetadataManager.cs (4)
279ManifestResource resource = ecmaModule.MetadataReader.GetManifestResource(resourceHandle); 1128ManifestResource resource = xmlModule.MetadataReader.GetManifestResource(resourceHandle); 1158public LinkAttributesReader(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues, bool globalAttributeRemoval) 1181public static HashSet<TypeDesc> GetRemovedAttributes(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues, bool globalAttributeRemoval)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
81protected ProcessLinkerXmlBase(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues, bool globalAttributeRemoval = false)
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunXmlRootProvider.cs (4)
26private readonly ManifestResource _resource; 30public ReadyToRunXmlRootProvider(Stream documentStream, ManifestResource resource, ModuleDesc owningModule, string xmlDocumentLocation) 51ManifestResource resource = module.MetadataReader.GetManifestResource(resourceHandle); 86public CompilationRootProvider(IRootingServiceProvider provider, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc owningModule, string xmlDocumentLocation)
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (1)
81protected ProcessLinkerXmlBase(Logger logger, TypeSystemContext context, Stream documentStream, ManifestResource resource, ModuleDesc resourceAssembly, string xmlDocumentLocation, IReadOnlyDictionary<string, bool> featureSwitchValues, bool globalAttributeRemoval = false)
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
443var resource = MetadataReader.GetManifestResource(handle);
Microsoft.CodeAnalysis.Rebuild (1)
CompilationOptionsReader.cs (1)
275var resource = metadataReader.GetManifestResource(handle);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1292public ManifestResource GetManifestResource(ManifestResourceHandle handle)
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (1)
51ManifestResource resource = resourceHandle.GetManifestResource(reader);
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
39public static ManifestResource GetManifestResource(this ManifestResourceHandle handle, MetadataReader reader) => reader.GetManifestResource(handle);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (1)
22ManifestResource resource = resourceHandle.GetManifestResource(reader);