11 references to TypeOfString
System.Runtime.Serialization (11)
System\Runtime\Serialization\CodeGenerator.cs (2)
1760
LocalBuilder topValue = DeclareLocal(Globals.
TypeOfString
, "topValue");
1771
if (type != Globals.
TypeOfString
)
System\Runtime\Serialization\DataContract.cs (1)
1233
MethodInfo method = UnderlyingType.GetMethod(Globals.ParseMethodName, BindingFlags.Public | BindingFlags.Static, null, new Type[] { Globals.
TypeOfString
}, null);
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
532
LocalBuilder objectId = ilg.DeclareLocal(Globals.
TypeOfString
, "objectIdRead");
700
LocalBuilder objectId = ilg.DeclareLocal(Globals.
TypeOfString
, "objectIdRead");
784
if (keyType == Globals.
TypeOfString
|| keyType == Globals.TypeOfObject)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
488
LocalBuilder pairKey = ilg.DeclareLocal(Globals.
TypeOfString
, "key");
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
149
objectId = ilg.DeclareLocal(Globals.
TypeOfString
, "objectIdRead");
488
LocalBuilder objectId = ilg.DeclareLocal(Globals.
TypeOfString
, "objectIdRead");
650
LocalBuilder objectId = ilg.DeclareLocal(Globals.
TypeOfString
, "objectIdRead");
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
758
if (valueType == Globals.
TypeOfString
)