6 references to ToString
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
363return XElement.Parse(xml).ToString(SaveOptions.None);
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlComments\XmlComment.InheritDoc.cs (1)
45xmlText = element.ToString(SaveOptions.DisableFormatting);
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1400buffer.Append(node.ToString(SaveOptions.DisableFormatting));
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
245xmlText = element.ToString(SaveOptions.DisableFormatting);
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PushToBuildStorage.cs (1)
346fileSystem.WriteToFile(AssetManifestPath, buildModel.ToXml().ToString(SaveOptions.DisableFormatting));
System.ComponentModel.TypeConverter (1)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
446return _element.ToString(SaveOptions.DisableFormatting);