1 write to type
Microsoft.Build (1)
Logging\SerialConsoleLogger.cs (1)
848
type
= t;
8 references to type
Microsoft.Build (8)
Logging\SerialConsoleLogger.cs (8)
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);
320
this.VerifyStack(top.
type
== FrameType.Project, "Unexpected project frame {0}", top.ID);
404
this.VerifyStack(top.
type
== FrameType.Target, "bad stack frame type");
607
this.VerifyStack(outerMost.
type
== FrameType.Project, "Bad project stack");
702
if (topOfStack.
type
== FrameType.Target)
708
else if (topOfStack.
type
== FrameType.Project)
742
switch (f.
type
)