1 write to AsyncContext
Microsoft.Build (1)
BackEnd\BuildManager\BuildSubmission.cs (1)
74
AsyncContext
= context;
4 references to AsyncContext
Microsoft.Build (4)
BackEnd\BuildManager\BuildSubmission.cs (2)
261
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
262
public new object? AsyncContext => base.
AsyncContext
;
Graph\GraphBuildSubmission.cs (2)
90
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
91
public new object? AsyncContext => base.
AsyncContext
;