9 references to ReferenceIdentity
System.Deployment (9)
System\Deployment\Application\DefinitionIdentity.cs (2)
15
public DefinitionIdentity(
ReferenceIdentity
refId);
35
public bool Matches(
ReferenceIdentity
refId, bool exact);
System\Deployment\Application\Manifest\DependentAssembly.cs (2)
12
public DependentAssembly(
ReferenceIdentity
refId);
19
public
ReferenceIdentity
Identity { get; }
System\Deployment\Application\ManifestGenerator.cs (2)
11
public static void GenerateGACDetectionManifest(
ReferenceIdentity
refId, string outputManifest);
12
public static DefinitionIdentity GenerateManifest(
ReferenceIdentity
suggestedReferenceIdentity, AssemblyManifest manifest, string outputManifest);
System\Deployment\Application\PlatformDetector.cs (3)
17
public static bool VerifyGACDependency(IAssemblyCache AssemblyCache, bool targetOtherClr, CCorRuntimeHost RuntimeHost,
ReferenceIdentity
refId, string tempDir);
18
public static bool VerifyGACDependencyWhidbey(IAssemblyCache AssemblyCache, bool targetOtherClr, CCorRuntimeHost RuntimeHost,
ReferenceIdentity
refId);
19
public static bool VerifyGACDependencyXP(
ReferenceIdentity
refId, string tempDir);