8 references to Peek
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);
303
if (contextStack.
Peek
().hasErrorsOrWarnings
376
bool targetHasErrorsOrWarnings = contextStack.
Peek
().hasErrorsOrWarnings;
698
Frame topOfStack = contextStack.
Peek
();
731
if (!contextStack.
Peek
().displayed)