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)
224tnb.TypeString.Append("VALUETYPE"); 238tnb.TypeString.Append('!'); 242tnb.TypeString.Append("!!"); 373TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 393TypeString.Append(','); 400TypeString.Append(UseAngleBracketsForGenerics ? '<' : '['); 421TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 444if (TypeString.Length > 0) 445TypeString.Remove(TypeString.Length - 1, 1); 449TypeString.Append(UseAngleBracketsForGenerics ? '>' : ']'); 455GenericStartsStack.Push(TypeString.Length); 464TypeString.Remove(strIndex - 1, 1); 480TypeString.Append(", "); 595TypeString.Append('&'); 607TypeString.Append('*'); 619TypeString.Append("[]"); 636TypeString.Append("[*]"); 640TypeString.Append($"[{rank}]"); 644TypeString.Append('['); 647TypeString.Append(','); 649TypeString.Append(']'); 669TypeString.Append('\\'); 671TypeString.Append(c); 691TypeString.Append('+'); 697TypeString.Append('.'); 705TypeString.Append(assemblyName); 713TypeString.Append('\\'); 714TypeString.Append(c); 735TypeString.Append('+'); 738TypeString.Append(name);