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