public PortableExecutableReference GetOrCreateMetadataReferenceSnapshot(string filePath, MetadataReferenceProperties properties)
 {
     return(_metadataReferenceCache.GetOrCreate(this, filePath, properties).CurrentSnapshot);
 }