3 references to RequestBlockedDelegate
Microsoft.Build (3)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
155
public event
RequestBlockedDelegate
OnRequestBlocked;
BackEnd\Components\BuildRequestEngine\IBuildRequestEngine.cs (1)
109
event
RequestBlockedDelegate
OnRequestBlocked;
BackEnd\Node\InProcNode.cs (1)
94
private readonly
RequestBlockedDelegate
_requestBlockedEventHandler;