4 references to ProjectMetadataReferences
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\AssetProvider.cs (1)
202
tasks.Add(SynchronizeProjectAssetCollectionAsync<MetadataReference>(new(AssetPathKind.
ProjectMetadataReferences
, projectId), static p => p.MetadataReferences));
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
90
var metadataReferencesTask = this.GetAssetsArrayAsync<MetadataReference>(new(AssetPathKind.
ProjectMetadataReferences
, projectId), projectChecksums.MetadataReferences, cancellationToken);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\AssetPath.cs (2)
76
public bool IncludeProjectMetadataReferences => (_kind & AssetPathKind.
ProjectMetadataReferences
) != 0;
149
Projects = ProjectStateChecksums | ProjectAttributes | ProjectCompilationOptions | ProjectParseOptions | ProjectProjectReferences |
ProjectMetadataReferences
| ProjectAnalyzerReferences,