Example #1
0
 private void GetProjectSnapshotAsync(ConfiguredProject selectedConfiguredProject)
 {
     _projectReferenceHandler.GetProjectSnapshot(selectedConfiguredProject);
     _packageReferenceHandler.GetProjectSnapshot(selectedConfiguredProject);
     _assemblyReferenceHandler.GetProjectSnapshot(selectedConfiguredProject);
     _sdkReferenceHandler.GetProjectSnapshot(selectedConfiguredProject);
 }