1 write to GraphEntryPoints
Microsoft.Build (1)
BackEnd\Components\ProjectCache\CacheContext.cs (1)
50
GraphEntryPoints
= graphEntryPoints;
2 references to GraphEntryPoints
Microsoft.Build (1)
BackEnd\Components\ProjectCache\CacheContext.cs (1)
17
/// So either <see cref="Graph" />is null, or <see cref="
GraphEntryPoints
" /> is null. But not both.
ProjectCachePlugin (1)
AssemblyMockCache.cs (1)
29
foreach (var ep in context.
GraphEntryPoints
?? Enumerable.Empty<ProjectGraphEntryPoint>())