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