5 instantiations of SurrogateChar
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
831SurrogateChar surrogate = new SurrogateChar(ch);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1109SurrogateChar ch = new SurrogateChar(lowChar, highChar);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
762SurrogateChar sch = new SurrogateChar(ch);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
655SurrogateChar surrogate = new SurrogateChar(ch);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
292SurrogateChar surrogateChar = new SurrogateChar(ch);
7 references to SurrogateChar
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
831SurrogateChar surrogate = new SurrogateChar(ch);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1109SurrogateChar ch = new SurrogateChar(lowChar, highChar);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
762SurrogateChar sch = new SurrogateChar(ch);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
655SurrogateChar surrogate = new SurrogateChar(ch); 791if (value > SurrogateChar.MaxValue) 819if (value > SurrogateChar.MaxValue)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
292SurrogateChar surrogateChar = new SurrogateChar(ch);