1 write to _frame
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
850_frame = _writer._nestingStack.Peek();
7 references to _frame
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (7)
869if (_writer._nestingStack.Peek() == _frame) 871switch (_frame.ItemType) 874_writer.PopSetOf(_frame.Tag); 877_writer.PopSequence(_frame.Tag); 880_writer.PopOctetString(_frame.Tag); 883Debug.Fail($"No handler for {_frame.ItemType}"); 888_writer._nestingStack.Contains(_frame))