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)
256
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
257
public new object? AsyncContext => base.
AsyncContext
;
Graph\GraphBuildSubmission.cs (2)
87
/// <inheritdoc cref="BuildSubmissionBase.
AsyncContext
"/>
88
public new object? AsyncContext => base.
AsyncContext
;