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)
47public readonly PemFieldItem Current => new PemFieldItem(_contents, _pemFields); 51_contents = _contents[_pemFields.Location.End..]; 52return _tryFindFunc(_contents, out _pemFields);