public ShadowCopyReference(MetadataShadowCopyProvider provider, string originalPath, MetadataReferenceProperties properties) : base(properties, originalPath) { Debug.Assert(originalPath != null); Debug.Assert(provider != null); _provider = provider; }