2 references to Default
Microsoft.Build (2)
Graph\ProjectGraphOptions.cs (2)
41
/// The <see cref="ProjectGraphMode" /> to use when constructing the graph. Defaults to <see cref="ProjectGraphMode.
Default
" />.
43
public ProjectGraphMode Mode { get; init; } = ProjectGraphMode.
Default
;