4 writes to isSi
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (4)
87isSi = false; 221isSi = true; 232isSi = true; 250isSi = true;
10 references to isSi
mscorlib (10)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
48else if (((objectInfo == null) || ((objectInfo != null) && !objectInfo.isSi))
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (5)
235if (!isSi) 241SerTrace.Log( this,objectInfoId," ", objectType," InitSerialize Exit ",isSi); 378SerTrace.Log( this,objectInfoId," ", objectType," GetTypeFullName isSi ",isSi, " "+cache.fullTypeName); 384SerTrace.Log( this,objectInfoId," ", objectType," GetAssemblyString Entry isSi ",isSi, " ",cache.assemblyString); 427if (isSi)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (4)
387if (objectInfo.isSi || CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways)) 592if (CheckTypeFormat(formatterEnums.FEtypeFormat, FormatterTypeStyle.TypesAlways) || (objectInfo.isSi) ) 1240objectInfo.isSi || 1343SerTrace.Log( this, "GetAssemblyId Entry ",objectInfo.objectType," isSi ",objectInfo.isSi);