22 references to typeofString
mscorlib (22)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (7)
46if (Object.ReferenceEquals(type, Converter.typeofString)) 111if (Object.ReferenceEquals(type, Converter.typeofString)) 237type = Converter.typeofString; 321else if (Object.ReferenceEquals(type, Converter.typeofString)) 683if (!(isArgPrimitive || Object.ReferenceEquals(argTypes[i], Converter.typeofString)) || args[i] is ISerializable) 951if (!(isArgPrimitive || Object.ReferenceEquals(argTypes[i], Converter.typeofString))) 977if (isReturnTypePrimitive || Object.ReferenceEquals(returnType, Converter.typeofString))
system\runtime\serialization\formatters\binary\binaryconverter.cs (2)
174if (Object.ReferenceEquals(type, typeofString)) 510internal static Assembly urtAssembly = Assembly.GetAssembly(typeofString);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (7)
504if (Object.ReferenceEquals(pr.PRdtType, Converter.typeofString)) 593if (Object.ReferenceEquals(objectPr.PRdtType, Converter.typeofString)) 721if (Object.ReferenceEquals(pr.PRarrayElementType, Converter.typeofString)) 947if ((Object.ReferenceEquals(objectPr.PRarrayElementType, Converter.typeofString)) || (Object.ReferenceEquals(pr.PRdtType, Converter.typeofString))) 965if (Object.ReferenceEquals(pr.PRdtType, Converter.typeofString)) 1138if (Object.ReferenceEquals(pr.PRdtType, Converter.typeofString))
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (5)
364if (Object.ReferenceEquals(objType, Converter.typeofString)) 417(!Object.ReferenceEquals(type, Converter.typeofString))) 487if (!Object.ReferenceEquals(objectInfo.objectType, Converter.typeofString)) 522if (!Object.ReferenceEquals(objectInfo.objectType, Converter.typeofString)) 1166if (Object.ReferenceEquals(typeNameInfo.NItype, Converter.typeofString))
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
778prs.PRdtType = Converter.typeofString;