2 writes to _contents
System.Security.Cryptography (2)
System\Security\Cryptography\PemEnumerator.cs (2)
42
_contents
= contents;
51
_contents
= _contents[_pemFields.Location.End..];
3 references to _contents
System.Security.Cryptography (3)
System\Security\Cryptography\PemEnumerator.cs (3)
47
public readonly PemFieldItem Current => new PemFieldItem(
_contents
, _pemFields);
51
_contents =
_contents
[_pemFields.Location.End..];
52
return _tryFindFunc(
_contents
, out _pemFields);