20 references to _builder
Microsoft.VisualStudio.LanguageServices.Implementation (20)
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (20)
77=> _builder.ToString(); 93_builder.Append(text, startIndex, index - startIndex); 96_builder.Append(s_encodings[encodingIndex]); 104_builder.Append(text, startIndex, index - startIndex); 110_builder.Append('<'); 111_builder.Append(name); 115_builder.Append(' '); 116_builder.Append(attribute.Name); 117_builder.Append("=\""); 119_builder.Append('"'); 122_builder.Append('>'); 127_builder.Append("</"); 128_builder.Append(name); 129_builder.Append('>'); 134_builder.Append('<'); 135_builder.Append(name); 136_builder.Append("/>"); 329=> _builder.AppendLine(); 335=> _builder.Length; 338=> _builder.Length = mark;