4 references to AppendType
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (2)
2974TypeNameBuilder.AppendType(_target, methodTableName, methodTableHandle, TypeNameFormat.FormatNamespace | TypeNameFormat.FormatFullInst); 3288TypeNameBuilder.AppendType(_target, classNameBuilder, typeHandle, TypeNameFormat.FormatNamespace | TypeNameFormat.FormatFullInst);
TypeNameBuilder.cs (2)
253AppendType(tnb.Target, stringBuilder, retAndArgTypes[0], format); 261AppendType(tnb.Target, stringBuilder, retAndArgTypes[i], format);