Base:
method
Read
System.Xml.XmlReader.Read()
2 overrides of Read
System.IdentityModel (2)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
141public override bool Read()
System\IdentityModel\WrappedReader.cs (1)
129public override bool Read()
2 references to Read
System.IdentityModel (2)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
157bool result = base.Read();
System\IdentityModel\WrappedReader.cs (1)
132if (!base.Read())