3 references to TypeOfString
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
1705if (type != Globals.TypeOfString)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
393LocalBuilder objectId = _ilg.DeclareLocal(Globals.TypeOfString, "objectIdRead"); 552LocalBuilder objectId = _ilg.DeclareLocal(Globals.TypeOfString, "objectIdRead");