1 write to _frame
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
890_frame = _writer._nestingStack.Peek();
7 references to _frame
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (7)
909if (_writer._nestingStack.Peek() == _frame) 911switch (_frame.ItemType) 914_writer.PopSetOf(_frame.Tag); 917_writer.PopSequence(_frame.Tag); 920_writer.PopOctetString(_frame.Tag); 923Debug.Fail($"No handler for {_frame.ItemType}"); 928_writer._nestingStack.Contains(_frame))