10 references to VerifyStack
Microsoft.Build (10)
Logging\SerialConsoleLogger.cs (10)
228this.VerifyStack(contextStack.Peek().type == FrameType.Target, "Bad stack -- Top is project {0}", contextStack.Peek().ID); 239this.VerifyStack(contextStack.Peek().type == FrameType.Target, "Bad stack -- Top is target {0}", contextStack.Peek().ID); 320this.VerifyStack(top.type == FrameType.Project, "Unexpected project frame {0}", top.ID); 321this.VerifyStack(top.ID == e.ProjectFile, "Project frame {0} expected, but was {1}.", e.ProjectFile, top.ID); 404this.VerifyStack(top.type == FrameType.Target, "bad stack frame type"); 405this.VerifyStack(top.ID == e.TargetName, "bad stack frame id"); 601this.VerifyStack(!contextStack.IsEmpty(), "Bad project stack"); 606this.VerifyStack(!outerMost.displayed, "Bad project stack on {0}", outerMost.ID); 607this.VerifyStack(outerMost.type == FrameType.Project, "Bad project stack"); 629this.VerifyStack(current != null, "Unexpected null project stack");