1 write to _frame
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
881_frame = _writer._nestingStack.Peek();
7 references to _frame
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (7)
900if (_writer._nestingStack.Peek() == _frame) 902switch (_frame.ItemType) 905_writer.PopSetOf(_frame.Tag); 908_writer.PopSequence(_frame.Tag); 911_writer.PopOctetString(_frame.Tag); 914Debug.Fail($"No handler for {_frame.ItemType}"); 919_writer._nestingStack.Contains(_frame))