240 references to Log
mscorlib (240)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (31)
40
SerTrace.
Log
("BinaryConverter", "GetBinaryTypeInfo Entry type ",type,", typeName ",typeName," objectInfo "+objectInfo);
99
SerTrace.
Log
( "BinaryConverter", "GetBinaryTypeInfo Exit ",((Enum)binaryTypeEnum).ToString(),", typeInformation ",typeInformation," assemId ",assemId);
107
SerTrace.
Log
("BinaryConverter", "GetParserBinaryTypeInfo Entry type ",type);
141
SerTrace.
Log
( "BinaryConverter", "GetParserBinaryTypeInfo Exit ",((Enum)binaryTypeEnum).ToString(),", typeInformation ",typeInformation);
148
SerTrace.
Log
( "BinaryConverter", "WriteTypeInfo Entry ",((Enum)binaryTypeEnum).ToString()," ",typeInformation," assemId ",assemId);
174
SerTrace.
Log
( "BinaryConverter", "WriteTypeInfo Exit");
180
SerTrace.
Log
( "BinaryConverter", "ReadTypeInfo Entry ",((Enum)binaryTypeEnum).ToString());
205
SerTrace.
Log
( "BinaryConverter", "ReadTypeInfo Exit ",var," assemId ",readAssemId);
221
SerTrace.
Log
( "BinaryConverter", "TypeFromInfo Entry ",((Enum)binaryTypeEnum).ToString());
508
SerTrace.
Log
( this, "BinaryAssembly Set ",assemId," ",assemblyString);
601
SerTrace.
Log
( this, "BinaryObject Set ",objectId," ",mapId);
927
SerTrace.
Log
(this, "WriteArray returnValue ",returnValue, "exception ", exception, " callContext ",callContext," properties ", properties);
1193
SerTrace.
Log
(this, "BinaryObjectString set ",objectId," ",value);
1324
SerTrace.
Log
(this, "MemberPrimitiveTyped Set ",((Enum)primitiveTypeEnum).ToString()," ",value);
1423
SerTrace.
Log
(this, "BinaryObjectWithMap Read ",i," ",memberNames[i]);
1501
SerTrace.
Log
(this, "BinaryObjectWithMapTyped Set ",objectId," assemId ",assemId," ",name," numMembers ",numMembers);
1627
SerTrace.
Log
( this, "BinaryArray Constructor 1 ");
1633
SerTrace.
Log
( this, "BinaryArray Constructor 2 ", ((Enum)binaryHeaderEnum).ToString());
1640
SerTrace.
Log
( this, "BinaryArray Set objectId ",objectId," rank ",rank," ",((Enum)binaryTypeEnum).ToString(),", assemId ",assemId);
1660
SerTrace.
Log
( this, "BinaryArray Set Exit ",((Enum)binaryHeaderEnum).ToString());
1666
SerTrace.
Log
( this, "Write");
1841
SerTrace.
Log
( this, "MemberPrimitiveUnTyped Set typeInformation ",typeInformation," value ",value);
1848
SerTrace.
Log
(this, "MemberPrimitiveUnTyped Set ",typeInformation);
1895
SerTrace.
Log
( this, "MemberReference Set ",idRef);
2087
SerTrace.
Log
( this, "Constructor 1 objectName ",objectName, ", objectType ",objectType);
2113
SerTrace.
Log
( this, "Constructor 2 objectName ",objectName);
2288
SerTrace.
Log
( this, "GetNext Array");
2299
SerTrace.
Log
( this, "GetNext Array Exit ",((Enum)outBinaryTypeEnum).ToString()," ",outTypeInformation);
2306
SerTrace.
Log
( this, "GetNext Member");
2318
SerTrace.
Log
( this, "GetNext memberTypes = null");
2322
SerTrace.
Log
( this, "GetNext Member Exit ",((Enum)outBinaryTypeEnum).ToString()," ",outTypeInformation," memberName ",name);
system\runtime\serialization\formatters\binary\binaryconverter.cs (12)
42
SerTrace.
Log
("Converter", "ToCode Type Entry ",type);
59
SerTrace.
Log
("Converter", "ToCode Exit " , ((Enum)code).ToString());
139
SerTrace.
Log
("Converter", "GetNameSpaceEnum Entry ",((Enum)code).ToString()," type ",type);
197
SerTrace.
Log
("Converter", "GetNameSpaceEnum Exit ", ((Enum)nameSpaceEnum).ToString()," typeName ",typeName);
205
SerTrace.
Log
("Converter", "ToType Entry ", ((Enum)code).ToString());
208
SerTrace.
Log
("Converter", "ToType Exit ", (((object)arrayTypeA[(int)code] == null)?"null ":arrayTypeA[(int)code].Name));
267
SerTrace.
Log
("Converter", "ToType Entry ", ((Enum)code).ToString());
270
SerTrace.
Log
("Converter", "ToType Exit ", (((object)typeA[(int)code] == null)?"null ":typeA[(int)code].Name));
394
SerTrace.
Log
("Converter", "ToComType Entry ", ((Enum)code).ToString());
399
SerTrace.
Log
("Converter", "ToComType Exit ",((valueA[(int)code] == null)?"null":valueA[(int)code]));
478
SerTrace.
Log
( "Converter", "FromString Entry ",value," " , ((Enum)code).ToString());
485
SerTrace.
Log
( "Converter", "FromString Exit "+((var == null)?"null":var+" var type "+((var==null)?"<null>":var.GetType().ToString())));
system\runtime\serialization\formatters\binary\binaryformatter.cs (2)
190
SerTrace.
Log
(this, "Deserialize Entry");
226
SerTrace.
Log
(this, "Serialize Entry");
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (6)
47
SerTrace.
Log
( this, "BinaryWriter ");
252
SerTrace.
Log
( this, "WriteObject objectName ",objectName);
301
SerTrace.
Log
( this, "WriteObject ObjectWithMapTyped memberNames "
696
SerTrace.
Log
( this,"WriteAssembly type ",type,", id ",assemId,", name ", assemblyString,", isNew ",isNew);
718
SerTrace.
Log
( this, "WriteValue Entry ",((Enum)code).ToString()," " , ((value==null)?"<null>":value.GetType().ToString()) , " ",value);
770
SerTrace.
Log
( this, "Write Exit ");
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (45)
78
SerTrace.
Log
( this, objectInfoId," objectType ",objectType," ObjectEnd");
84
SerTrace.
Log
( this, objectInfoId," objectType ",objectType," InternalInit");
118
SerTrace.
Log
( this, objectInfoId," Constructor 1 ",obj);
140
SerTrace.
Log
( this, objectInfoId," Constructor 1 trace 2");
145
SerTrace.
Log
( this, objectInfoId," Constructor 1 trace 3");
161
SerTrace.
Log
( this, objectInfoId," Constructor 1 trace 4 ISerializable "+objectType);
167
SerTrace.
Log
(this, objectInfoId," Constructor 1 trace 5");
178
SerTrace.
Log
( this, objectInfoId," Constructor 1 memberInfos data ",cache.memberInfos[i].Name," ",memberData[i]);
196
SerTrace.
Log
( this, objectInfoId," Constructor 2 ",objectType);
241
SerTrace.
Log
( this,objectInfoId," ", objectType," InitSerialize Exit ",isSi);
247
SerTrace.
Log
( this, objectInfoId," InitSiWrite Entry ");
294
SerTrace.
Log
( this,objectInfoId+" ",objectType," InitSiWrite ",cache.memberNames[i]," Type ",cache.memberTypes[i]," data ",memberData[i]);
300
SerTrace.
Log
(this, objectInfoId," InitSiWrite Exit ");
328
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo new cache");
337
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo Entry");
343
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo new cache");
356
SerTrace.
Log
( this, objectInfoId," InitMemberInfo name ",cache.memberNames[i],", type ",cache.memberTypes[i],", memberInfoType ",cache.memberInfos[i].GetType());
369
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo Exit");
378
SerTrace.
Log
( this,objectInfoId," ", objectType," GetTypeFullName isSi ",isSi, " "+cache.fullTypeName);
384
SerTrace.
Log
( this,objectInfoId," ", objectType," GetAssemblyString Entry isSi ",isSi, " ",cache.assemblyString);
406
SerTrace.
Log
( this, objectInfoId," ", "GetMemberType FieldInfo ",objectType);
411
SerTrace.
Log
( this,objectInfoId," ", "GetMemberType PropertyInfo ",objectType);
509
SerTrace.
Log
( this, objectInfoId," objectType ",objectType," ObjectEnd");
531
SerTrace.
Log
( this, objectInfoId," Constructor 3 ",objectType);
555
SerTrace.
Log
( this,objectInfoId, " Constructor 5 ",objectType);
576
SerTrace.
Log
( this,objectInfoId," ", objectType," InitReadConstructor Entry ",objectType);
607
SerTrace.
Log
( this,objectInfoId," ", objectType," InitReadConstructor Exit ",isSi);
620
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo new cache");
627
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo Entry");
629
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo new cache");
641
SerTrace.
Log
( this, objectInfoId," InitMemberInfo name ",cache.memberNames[i],", type ",cache.memberTypes[i],", memberInfoType ",cache.memberInfos[i].GetType());
646
SerTrace.
Log
( this,objectInfoId," ", objectType," InitMemberInfo Exit");
652
SerTrace.
Log
( this,objectInfoId," ", objectType," GetMemberInfo Entry ",name);
669
SerTrace.
Log
( this,objectInfoId," ", objectType," GetType Entry ",name);
683
SerTrace.
Log
( this,objectInfoId," ", objectType," GetType Exit ",type);
691
SerTrace.
Log
( this,objectInfoId," ", objectType," AddValue ",name," ",value," isSi ",isSi);
728
SerTrace.
Log
( this,objectInfoId," ", objectType, " RecordFixup RecordDelayedFixup objectId ",objectId," name ",name," idRef ",idRef," isSi ",isSi);
733
SerTrace.
Log
( this,objectInfoId," ", objectType," RecordFixup objectId ",objectId," name ",name," idRef ",idRef," isSi ",isSi);
744
SerTrace.
Log
( this,objectInfoId," ", objectType," PopulateObjectMembers isSi ",isSi);
758
SerTrace.
Log
( this,objectInfoId," ", objectType," PopulateObjectMembers ",memberInfos[i].Name," ",memberData[i]);
778
SerTrace.
Log
( this, objectInfoId," Position ",lastPosition," ",name);
793
SerTrace.
Log
( this, objectInfoId," Position miss search for name "+name);
848
SerTrace.
Log
( this,objectInfoId," ", objectType," GetMemberTypes memberName ",cache.memberTypes[i]," ",i," memberTypes ",outMemberTypes[j]," ",j);
878
SerTrace.
Log
( this, objectInfoId," ", "GetMemberType FieldInfo ",objectType);
883
SerTrace.
Log
( this,objectInfoId," ", "GetMemberType PropertyInfo ",objectType);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (47)
118
SerTrace.
Log
(this, "Constructor ISurrogateSelector ", ((selector == null) ? "null selector " : "selector present"));
200
SerTrace.
Log
( this, "Deserialize Exit ",TopObject);
670
SerTrace.
Log
( this, "ParseArray Entry");
676
SerTrace.
Log
( this, "ParseArray bin.base64 ",pr.PRvalue.Length," ",pr.PRvalue);
685
SerTrace.
Log
( this, "ParseArray, bin.base64 has been stacked");
696
SerTrace.
Log
( this, "ParseArray RegisterObject ",pr.PRobjectId," ",pr.PRnewObj.GetType());
711
SerTrace.
Log
( this, "ParseArray RegisterObject ",pr.PRobjectId," ",pr.PRnewObj.GetType());
717
SerTrace.
Log
( this, "ParseArray Before Jagged,Simple create ",pr.PRarrayElementType," ",pr.PRlengthA[0]);
759
SerTrace.
Log
( this, "ParseArray Jagged,Simple Array ",pr.PRnewObj.GetType());
764
SerTrace.
Log
( this, "ParseArray header array");
792
SerTrace.
Log
( this, "ParseArray Rectangle Array ",pr.PRnewObj.GetType()," lower Bound ",pr.PRisLowerBound);
810
SerTrace.
Log
( this, "ParseArray Exit");
850
SerTrace.
Log
( this, "ParseArrayMember Entry");
895
SerTrace.
Log
( this, "ParseArrayMember RecordArrayElementFixup objectId ",objectPr.PRobjectId," idRef ",pr.PRidRef);
910
SerTrace.
Log
( this, "ParseArrayMember Nested ");
1010
SerTrace.
Log
( this, "ParseArrayMember SetValue Primitive pr.PRvalue "+var," elementTypeCode ",((Enum)objectPr.PRdtTypeCode));
1014
SerTrace.
Log
( this, "ParseArrayMember SetValue Primitive predefined array "+objectPr.PRobjectA.GetType());
1019
SerTrace.
Log
( this, "ParseArrayMember SetValue Primitive after");
1025
SerTrace.
Log
( "ParseArrayMember Null item ",pr.PRmemberIndex," nullCount ",pr.PRnullCount);
1035
SerTrace.
Log
( "ParseArrayMember Exit");
1041
SerTrace.
Log
( this, "ParseArrayMemberEnd");
1054
SerTrace.
Log
( this, "ParseMember Entry ");
1080
SerTrace.
Log
( this, "ParseMember pr.PRdtType null and not isSi");
1090
SerTrace.
Log
( this, "ParseMember null member: ",pr.PRname);
1091
SerTrace.
Log
( this, "AddValue 1");
1096
SerTrace.
Log
( this, "ParseMember Nested Type member: ",pr.PRname," objectPr.PRnewObj ",objectPr.PRnewObj);
1099
SerTrace.
Log
( this, "AddValue 2 ",pr.PRnewObj," is value type ",pr.PRnewObj.GetType().IsValueType);
1103
SerTrace.
Log
( "ParseMember ValueType ObjectPr ",objectPr.PRnewObj," memberName ",pr.PRname," nested object ",pr.PRnewObj);
1109
SerTrace.
Log
( this, "AddValue 2A ");
1115
SerTrace.
Log
( this, "ParseMember Reference Type member: ",pr.PRname);
1120
SerTrace.
Log
( this, "ParseMember RecordFixup: ",pr.PRname);
1121
SerTrace.
Log
( this, "AddValue 3");
1127
SerTrace.
Log
( this, "ParseMember Referenced Object Known ",pr.PRname," ",refObj);
1128
SerTrace.
Log
( this, "AddValue 5");
1136
SerTrace.
Log
( this, "ParseMember primitive or String member: ",pr.PRname);
1141
SerTrace.
Log
( this, "AddValue 6");
1149
SerTrace.
Log
( this, "AddValue 7");
1156
SerTrace.
Log
( this, "Object Class with no memberInfo data Member "+pr.PRname+" type "+pr.PRdtType);
1163
SerTrace.
Log
( this, "AddValue 9");
1170
SerTrace.
Log
( this, "AddValue 10");
1202
SerTrace.
Log
( this, "ParseMemberEnd");
1222
SerTrace.
Log
( this, "ParseString Entry ",pr.PRobjectId," ",pr.PRvalue," ",pr.PRisRegistered);
1226
SerTrace.
Log
( this, "ParseString RegisterObject ",pr.PRvalue," ",pr.PRobjectId);
1270
SerTrace.
Log
( this, "RegisterObject 0bj ",obj," objectId ",pr.PRobjectId," si ", si," parentId ",parentId," memberInfo ",memberInfo, " indexMap "+indexMap);
1330
SerTrace.
Log
( this, message," ", StringBuilderCache.GetStringAndRelease(sb));
1378
SerTrace.
Log
( this, "FastBindTypeType ",e.ToString());
1399
SerTrace.
Log
( this, "FastBindTypeType ",e.ToString());
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (59)
87
SerTrace.
Log
(this, "Serialize Entry 2 ", graph, ((headers == null) ? " no headers " : "headers "));
97
SerTrace.
Log
( this, "Serialize New SerializedTypeTable");
162
SerTrace.
Log
( this, "Serialize Schedule 0");
171
SerTrace.
Log
( this, "Serialize GetNext ",obj);
178
SerTrace.
Log
( this, "Serialize GetNext recognizes WriteObjectInfo");
201
SerTrace.
Log
( this, "Serialize Exit ");
357
SerTrace.
Log
( this, "Write 1 objectInfo obj ",objectInfo.obj," objectId ", objectInfo.objectId, " objectType ", objectInfo.objectType);
362
SerTrace.
Log
( this, "Write 1 ",obj," ObjectId ",objectId);
389
SerTrace.
Log
( this, "Write 1 TransmitOnObject ");
414
SerTrace.
Log
( this, "Write 1 member type ",type);
419
SerTrace.
Log
( this, "Write 1 Create ObjectInfo ", memberTypes[i], " memberData ",memberData[i]);
451
SerTrace.
Log
( this, "Write 1 ",obj," type ",GetType(obj));
454
SerTrace.
Log
( this, "Write 1 Exit ",obj);
467
SerTrace.
Log
( this, "Write 2 Entry obj ",objectInfo.obj,". objectId ",objectInfo.objectId,", objType ",typeNameInfo.NIname,", memberName ",memberNameInfo.NIname,", memberType ",typeNameInfo.NIname);
474
SerTrace.
Log
( this, "Write 2 ObjectBegin, memberName ",memberNameInfo.NIname);
480
SerTrace.
Log
( this, "Write 2 ObjectBegin, topId method name ",topName);
489
SerTrace.
Log
( this, "Write 2 ObjectBegin, default ", typeNameInfo.NIname);
528
SerTrace.
Log
( this, "Write 2 Exit");
577
SerTrace.
Log
( this, "WriteMembers Entry memberType: ",memberTypeNameInfo.NIname," memberName: ",memberNameInfo.NIname," data: ",memberData," objectId: ",objectInfo.objectId, " Container object ",objectInfo.obj, " memberObjectinfo ",memberObjectInfo);
626
SerTrace.
Log
( this, "WriteMembers memberType Object, actual memberType ",memberType);
632
SerTrace.
Log
( this, "WriteMembers IsArray");
642
SerTrace.
Log
( this, "WriteMembers Schedule 3");
657
SerTrace.
Log
( this, "WriteMembers Array Exit ");
663
SerTrace.
Log
( this, "WriteMembers Object ",memberData);
685
SerTrace.
Log
( this, "WriteMembers Schedule 4 ", outType, " memberInfo ",memberObjectInfo);
692
SerTrace.
Log
( this, "WriteMembers Nesting");
710
SerTrace.
Log
( this, "WriteMembers Exit ");
717
SerTrace.
Log
( this, "WriteArray Entry ",objectInfo.obj," ",objectInfo.objectId);
789
SerTrace.
Log
( this, "WriteArray ArrayInfo type ",arrayType," rank ",rank);
814
SerTrace.
Log
( this, "WriteArray ARRAY_SINGLE ");
843
SerTrace.
Log
( this, "WriteArray ARRAY_JAGGED");
860
SerTrace.
Log
( this, "WriteArray ARRAY_RECTANGLE");
889
SerTrace.
Log
( this, "WriteArray Exit ");
896
SerTrace.
Log
( this, "WriteArrayMember ",data," baseArrayName ",arrayElemTypeNameInfo.NIname);
954
SerTrace.
Log
( this, "WriteArrayMembers nested");
1027
SerTrace.
Log
( this, "WriteRectangle Exit ");
1043
SerTrace.
Log
( this, message+" ", StringBuilderCache.GetStringAndRelease(sb));
1053
SerTrace.
Log
( this, "GetNext Entry ");
1060
SerTrace.
Log
( this, "GetNext Exit null");
1068
SerTrace.
Log
( this, "GetNext ",obj);
1071
SerTrace.
Log
( this, "GetNext recognizes WriteObjectInfo");
1079
SerTrace.
Log
( this, "Object " , realObj , " has never been assigned an id.");
1083
SerTrace.
Log
( this, "GetNext Exit "+objID," ",realObj);
1129
SerTrace.
Log
( this, "Schedule Entry obj ",obj," type ", type, " objectInfo ",objectInfo);
1136
SerTrace.
Log
(this, "Schedule Obj Null, id = 0 ");
1150
SerTrace.
Log
( this, "Schedule Exit, id: ",id," isNew: ",isNew);
1174
SerTrace.
Log
( this, "WriteKnownValueClass Exit false");
1188
SerTrace.
Log
( this, "WriteKnownValueClass Exit true");
1196
SerTrace.
Log
( this, "WriteObjectRef Entry ",nameInfo.NIname," ",objectId);
1199
SerTrace.
Log
( this, "WriteObjectRef Exit ");
1207
SerTrace.
Log
( this, "WriteString stringObject ",stringObject," memberName ",memberNameInfo.NIname);
1216
SerTrace.
Log
( this, "WriteString stringId ",stringId," isFirstTime ",isFirstTime);
1243
SerTrace.
Log
( this, "CheckForNull Write");
1256
SerTrace.
Log
( this, "CheckForNull Exit ",isNull);
1271
SerTrace.
Log
( this, "TypeToNameInfo Entry type ",type,", objectInfo ",objectInfo,", code ", ((Enum)code).ToString());
1288
SerTrace.
Log
( this, "TypeToNameInfo Exit ",type, " typeName "+nameInfo.NIname);
1343
SerTrace.
Log
( this, "GetAssemblyId Entry ",objectInfo.objectType," isSi ",objectInfo.isSi);
1360
SerTrace.
Log
( this, "GetAssemblyId urt Assembly String ");
1383
SerTrace.
Log
( this, "GetAssemblyId Exit id ",assemId," isNew ",isNew," assemblyString ",serializedAssemblyString);
system\runtime\serialization\formatters\binary\binaryparser.cs (34)
114
SerTrace.
Log
( this, "Run loop ",((Enum)expectedType).ToString());
206
SerTrace.
Log
( this, "Run loop op null, top level object");
213
SerTrace.
Log
( this, "Run loop op not null, continue object");
218
SerTrace.
Log
( this, "Run loop opName ",op.name,", expectedType ",((Enum)expectedType).ToString()," expectedTypeInformation, ",expectedTypeInformation);
220
SerTrace.
Log
( this, "Run ",isData);
224
SerTrace.
Log
( this, "Run End of Object ");
384
SerTrace.
Log
( this, "ReadSerializationHeaderRecord");
395
SerTrace.
Log
( this, "ReadAssembly");
421
SerTrace.
Log
( this, "ReadMethodObject");
444
SerTrace.
Log
( this, "ReadObject");
469
SerTrace.
Log
( this, "ReadObject non-nested ");
477
SerTrace.
Log
( this, "ReadObject nested ");
500
SerTrace.
Log
( this, "ReadObject binaryObject.objectId ",pr.PRobjectId);
516
SerTrace.
Log
( this, "ReadObjectWithCrossAppDomainMap");
548
SerTrace.
Log
( this, "ReadObjectWithMap");
576
SerTrace.
Log
( this, "ReadObjectWithMap lookup assemIdToAssembly assemId ",record.assemId," assembly ",assemblyInfo.assemblyString);
647
SerTrace.
Log
( this, "ReadObjectWithMapTyped");
676
SerTrace.
Log
( this, "ReadObjectWithMapTyped lookup assemIdToAssembly assemId ",record.assemId," assembly ",assemblyInfo.assemblyString);
742
SerTrace.
Log
( this, "ReadObjectString");
785
SerTrace.
Log
( this, "ReadObjectString, Non-Nested");
793
SerTrace.
Log
( this, "ReadObjectString, Nested");
822
SerTrace.
Log
( this, "ReadObjectPrimitive");
842
SerTrace.
Log
( this, "ReadObjectPrimitive, Non-Nested");
849
SerTrace.
Log
( this, "ReadObjectPrimitive, Nested");
876
SerTrace.
Log
( this, "ReadArray ");
890
SerTrace.
Log
( this, "ReadArray lookup assemIdToAssembly assemId ",record.assemId," assembly ",assemblyInfo.assemblyString);
995
SerTrace.
Log
( this, "ReadArray ",((Enum)record.binaryArrayTypeEnum).ToString()," length ",op.numItems);
1057
SerTrace.
Log
( this, "ReadMemberPrimitiveUnTyped ");
1090
SerTrace.
Log
( this, "ReadMemberReference ");
1122
SerTrace.
Log
( this, "ReadObjectNull ");
1158
SerTrace.
Log
( this, "ReadMessageEnd ");
1169
SerTrace.
Log
( this, "ReadMessageEnd Stack not empty ");
1179
SerTrace.
Log
( this, "ReadValue ",((Enum)code).ToString());
1232
SerTrace.
Log
( "ReadValue Exit ",var);
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (3)
709
SerTrace.
Log
(this, "Fixup Member new object value ",obj," memberObject ",memberObject);
713
SerTrace.
Log
(this, "Recording a fixup on member: ", memberName,
722
SerTrace.
Log
(this, "Recording a fixup on member:", memberInfo, " in object id ",
system\runtime\serialization\formatters\soapfault.cs (1)
59
SerTrace.
Log
(this, "SetObjectData enum ",name," value ",value);