1 write to AsyncContext
Microsoft.Build (1)
BackEnd\BuildManager\BuildSubmission.cs (1)
71
AsyncContext
= context;
4 references to AsyncContext
Microsoft.Build (4)
BackEnd\BuildManager\BuildSubmission.cs (2)
259
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
260
public new object? AsyncContext => base.
AsyncContext
;
Graph\GraphBuildSubmission.cs (2)
92
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
93
public new object? AsyncContext => base.
AsyncContext
;