3 writes to NItype
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (2)
546newMemberNameInfo.NItype = memberType; 1286nameInfo.NItype = type;
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
778NItype = null;
13 references to NItype
mscorlib (13)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (3)
366BinaryTypeEnum binaryTypeEnum = BinaryConverter.GetBinaryTypeInfo(arrayElemTypeNameInfo.NItype, objectInfo, arrayElemTypeNameInfo.NIname, objectWriter, out typeInformation, out assemId); 453BinaryTypeEnum binaryTypeEnum = BinaryConverter.GetBinaryTypeInfo(arrayElemTypeNameInfo.NItype, objectInfo, arrayElemTypeNameInfo.NIname, objectWriter, out typeInformation, out assemId); 480BinaryTypeEnum binaryTypeEnum = BinaryConverter.GetBinaryTypeInfo(arrayElemTypeNameInfo.NItype, objectInfo, arrayElemTypeNameInfo.NIname, objectWriter, out typeInformation, out assemId);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (8)
578Type memberType = memberNameInfo.NItype; 751arrayElemTypeNameInfo.NIisArray = arrayElemTypeNameInfo.NItype.IsArray; 915if (!Object.ReferenceEquals(arrayElemTypeNameInfo.NItype, dataType)) 940if (Object.ReferenceEquals(arrayElemTypeNameInfo.NItype, Converter.typeofObject)) 943long arrayId = Schedule(obj, assignUniqueIdForValueTypes, actualTypeInfo.NItype); 950if (!Object.ReferenceEquals(arrayElemTypeNameInfo.NItype, Converter.typeofObject) && (object)Nullable.GetUnderlyingType(arrayElemTypeNameInfo.NItype) == null) 1166if (Object.ReferenceEquals(typeNameInfo.NItype, Converter.typeofString))
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (2)
813NIisSealed = NItype.IsSealed; 824this.NIFullName = NItype.FullName;