2 writes to _contents
System.Security.Cryptography (2)
System\Security\Cryptography\PemEnumerator.cs (2)
28_contents = contents; 36_contents = _contents[_pemFields.Location.End..];
3 references to _contents
System.Security.Cryptography (3)
System\Security\Cryptography\PemEnumerator.cs (3)
32public PemFieldItem Current => new PemFieldItem(_contents, _pemFields); 36_contents = _contents[_pemFields.Location.End..]; 37return PemEncoding.TryFind(_contents, out _pemFields);