5 references to AppendAttribute
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Logger\LoggerSettings.cs (5)
96AppendAttribute(doc, root, Constants.LoggerFriendlyName, FriendlyName); 97AppendAttribute(doc, root, Constants.LoggerUriName, Uri?.ToString()); 98AppendAttribute(doc, root, Constants.LoggerAssemblyQualifiedName, AssemblyQualifiedName); 99AppendAttribute(doc, root, Constants.LoggerCodeBase, CodeBase); 100AppendAttribute(doc, root, Constants.LoggerEnabledName, IsEnabled.ToString());