1 write to TypeString
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
51TypeString = typeString;
31 references to TypeString
Microsoft.Diagnostics.DataContractReader.Legacy (31)
TypeNameBuilder.cs (31)
221tnb.TypeString.Append("VALUETYPE"); 235tnb.TypeString.Append('!'); 239tnb.TypeString.Append("!!"); 370TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 390TypeString.Append(','); 397TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 418TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 441if (TypeString.Length > 0) 442TypeString.Remove(TypeString.Length - 1, 1); 446TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 452GenericStartsStack.Push(TypeString.Length); 461TypeString.Remove(strIndex - 1, 1); 477TypeString.Append(", "); 592TypeString.Append('&'); 604TypeString.Append('*'); 616TypeString.Append("[]"); 633TypeString.Append("[*]"); 637TypeString.Append($"[{rank}]"); 641TypeString.Append('['); 644TypeString.Append(','); 646TypeString.Append(']'); 666TypeString.Append('\\'); 668TypeString.Append(c); 688TypeString.Append('+'); 694TypeString.Append('.'); 702TypeString.Append(assemblyName); 710TypeString.Append('\\'); 711TypeString.Append(c); 732TypeString.Append('+'); 735TypeString.Append(name);