1 write to _contents
System.Security.Cryptography (1)
System\Security\Cryptography\PemEnumerator.cs (1)
28
_contents
= contents;
1 reference to _contents
System.Security.Cryptography (1)
System\Security\Cryptography\PemEnumerator.cs (1)
32
public Enumerator GetEnumerator() => new Enumerator(
_contents
, _tryFindFunc);