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)
220tnb.TypeString.Append("VALUETYPE"); 234tnb.TypeString.Append('!'); 238tnb.TypeString.Append("!!"); 369TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 389TypeString.Append(','); 396TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 417TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 440if (TypeString.Length > 0) 441TypeString.Remove(TypeString.Length - 1, 1); 445TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 451GenericStartsStack.Push(TypeString.Length); 460TypeString.Remove(strIndex - 1, 1); 476TypeString.Append(", "); 591TypeString.Append('&'); 603TypeString.Append('*'); 615TypeString.Append("[]"); 632TypeString.Append("[*]"); 636TypeString.Append($"[{rank}]"); 640TypeString.Append('['); 643TypeString.Append(','); 645TypeString.Append(']'); 665TypeString.Append('\\'); 667TypeString.Append(c); 687TypeString.Append('+'); 693TypeString.Append('.'); 701TypeString.Append(assemblyName); 709TypeString.Append('\\'); 710TypeString.Append(c); 731TypeString.Append('+'); 734TypeString.Append(name);