8 references to AppendAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
DataCollector\DataCollectorSettings.cs (8)
81AppendAttribute(doc, root, "uri", Uri?.ToString()); 82AppendAttribute(doc, root, "assemblyQualifiedName", AssemblyQualifiedName); 83AppendAttribute(doc, root, "friendlyName", FriendlyName); 105AppendAttribute(doc, root, "uri", Uri.ToString()); 110AppendAttribute(doc, root, "assemblyQualifiedName", AssemblyQualifiedName); 115AppendAttribute(doc, root, "friendlyName", FriendlyName); 118AppendAttribute(doc, root, "enabled", IsEnabled.ToString()); 122AppendAttribute(doc, root, "codebase", CodeBase);