1 write to _sb
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
424
_sb
= new StringBuilder();
7 references to _sb
Microsoft.Extensions.Configuration.Xml (7)
XmlStreamConfigurationProvider.cs (7)
428
public string AsString =>
_sb
.ToString();
432
if (
_sb
.Length != 0)
434
_sb
.Append(ConfigurationPath.KeyDelimiter);
435
_sb
.Append(value);
440
_sb
.Append(value);
449
_sb
.Remove(
_sb
.Length - length, length);