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