• J
    Delete VisualStudioMetadataReference, which was now an empty type · 73f1152e
    Jason Malinowski 提交于
    The actual work was a nested type called .Snapshot, which everything
    was using directly. The renames in here are:
    
    - VisualStudioMetadataReference.Snapshot to
      VisualStudioPortableExecutableReference
    - The _provider field in .Snapshot to _referenceManager
    - VisualStudioMetadataReferenceManager.CreateMetadataReferenceSnapshot
      to just .CreateMetadataReference, since it's always a snapshot.
    73f1152e
VisualStudioMetadataReferenceManager.cs 14.6 KB