3 references to FrameAtDepth
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (3)
383if (_stack.FrameAtDepth(_stack.Depth - 1).FrameType == XamlStackFrameType.GetObject) 385XamlMember member = _stack.FrameAtDepth(_stack.Depth - 2).Member; 394result = _stack.FrameAtDepth(_stack.Depth - 1).Type;