2 instantiations of Snapshot
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReference.Snapshot.cs (1)
108=> new Snapshot(_provider, properties, this.FilePath, _fileChangeTrackerOpt);
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (1)
106=> new VisualStudioMetadataReference.Snapshot(this, properties, filePath, fileChangeTrackerOpt: null);
2 references to Snapshot
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReference.Snapshot.cs (2)
31/// not read the file again. Therefore we need to save the timestamp on the <see cref="Snapshot"/>. 34/// <see cref="Snapshot"/> is created for the corresponding reference.