5 references to ReadSByte
System.Private.Xml (5)
System\Xml\Core\XmlWriterSettings.cs (5)
658NewLineHandling = (NewLineHandling)reader.ReadSByte(0, (sbyte)NewLineHandling.None); 662IndentInternal = (TriState)reader.ReadSByte((sbyte)TriState.Unknown, (sbyte)TriState.True); 670ConformanceLevel = (ConformanceLevel)reader.ReadSByte(0, (sbyte)ConformanceLevel.Document); 674OutputMethod = (XmlOutputMethod)reader.ReadSByte(0, (sbyte)XmlOutputMethod.AutoDetect); 691Standalone = (XmlStandalone)reader.ReadSByte(0, (sbyte)XmlStandalone.No);