4 references to IndexOfByOffset
System.Security.Cryptography (4)
System\Security\Cryptography\PemEncoding.cs (4)
146while ((preebIndex = pemData.IndexOfByOffset(T.PreEBPrefix, areaOffset)) >= 0) 158int preebEndIndex = pemData.IndexOfByOffset(T.Ending, labelStartIndex); 188int nextHyphen = pemData.IndexOfByOffset(hyphen, contentStartIndex); 205int postebEndIndex = pemData.IndexOfByOffset(T.Ending, postebLabelStartIndex);