13 references to Implementation
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\EmbeddedTrimmingDescriptorNode.cs (1)
37
if (!resource.
Implementation
.IsNil)
Compiler\DependencyAnalysis\ResourceDataNode.cs (1)
85
if (!resource.
Implementation
.IsNil)
Compiler\ManifestResourceBlockingPolicy.cs (1)
115
if (!resource.
Implementation
.IsNil)
Compiler\SubstitutionProvider.cs (1)
195
if (!resource.
Implementation
.IsNil)
Compiler\UsageBasedMetadataManager.cs (2)
282
if (!resource.
Implementation
.IsNil)
1131
if (!resource.
Implementation
.IsNil)
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunXmlRootProvider.cs (1)
54
if (!resource.
Implementation
.IsNil)
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
444
if (resource.
Implementation
.IsNil)
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.ManifestResources.cs (5)
26
if (resource.
Implementation
.IsNil)
47
if (resource.
Implementation
.Kind == HandleKind.AssemblyFile)
51
AssemblyFile file = ((AssemblyFileHandle)resource.
Implementation
).GetAssemblyFile(reader);
61
else if (resource.
Implementation
.Kind == HandleKind.AssemblyReference)
65
RoAssemblyName destinationAssemblyName = ((AssemblyReferenceHandle)resource.
Implementation
).ToRoAssemblyName(reader);