4 references to RequestCompleteDelegate
Microsoft.Build (4)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
145
public event
RequestCompleteDelegate
OnRequestComplete;
648
RequestCompleteDelegate
requestComplete = OnRequestComplete;
BackEnd\Components\BuildRequestEngine\IBuildRequestEngine.cs (1)
99
event
RequestCompleteDelegate
OnRequestComplete;
BackEnd\Node\InProcNode.cs (1)
99
private readonly
RequestCompleteDelegate
_requestCompleteEventHandler;