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