1 write to _reader
NuGet.Packaging (1)
Signing\Content\KeyPairFileReader.cs (1)
31_reader = new StreamReader(stream, encoding, detectEncodingFromByteOrderMarks: false);
3 references to _reader
NuGet.Packaging (3)
Signing\Content\KeyPairFileReader.cs (3)
43var line = _reader.ReadLine(); 63line = _reader.ReadLine(); 121_reader.Dispose();