6 references to Target
Microsoft.Build (6)
Logging\SerialConsoleLogger.cs (6)
228
this.VerifyStack(contextStack.Peek().type == FrameType.
Target
, "Bad stack -- Top is project {0}", contextStack.Peek().ID);
239
this.VerifyStack(contextStack.Peek().type == FrameType.
Target
, "Bad stack -- Top is target {0}", contextStack.Peek().ID);
331
contextStack.Push(new Frame(FrameType.
Target
,
404
this.VerifyStack(top.type == FrameType.
Target
, "bad stack frame type");
702
if (topOfStack.type == FrameType.
Target
)
748
case FrameType.
Target
: