14 references to FrameType
Microsoft.Build (14)
Logging\SerialConsoleLogger.cs (14)
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); 242contextStack.Push(new Frame(FrameType.Project, 253contextStack.Push(new Frame(FrameType.Project, 320this.VerifyStack(top.type == FrameType.Project, "Unexpected project frame {0}", top.ID); 331contextStack.Push(new Frame(FrameType.Target, 404this.VerifyStack(top.type == FrameType.Target, "bad stack frame type"); 607this.VerifyStack(outerMost.type == FrameType.Project, "Bad project stack"); 702if (topOfStack.type == FrameType.Target) 708else if (topOfStack.type == FrameType.Project) 744case FrameType.Project: 748case FrameType.Target: 840FrameType t, 861internal FrameType type;