3 instantiations of Frame
Microsoft.Build (3)
Logging\SerialConsoleLogger.cs (3)
242contextStack.Push(new Frame(FrameType.Project, 253contextStack.Push(new Frame(FrameType.Project, 331contextStack.Push(new Frame(FrameType.Target,
13 references to Frame
Microsoft.Build (13)
Logging\SerialConsoleLogger.cs (13)
318Frame top = contextStack.Pop(); 403Frame top = contextStack.Pop(); 604Frame outerMost = contextStack.Pop(); 668Frame f = contextStack.Pop(); 698Frame topOfStack = contextStack.Peek(); 733Frame f = contextStack.Pop(); 782Frame frame = contextStack.Pop(); 830/// Initializes a new instance of the <see cref="Frame"/> struct with all fields specified. 913private readonly Stack<Frame> _frames; 920_frames = new Stack<Frame>(); 927internal Frame Pop() 935internal Frame Peek() 944internal void Push(Frame f)