1 write to _sb
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
412
_sb
= new StringBuilder();
7 references to _sb
Microsoft.Extensions.Configuration.Xml (7)
XmlStreamConfigurationProvider.cs (7)
416
public string AsString =>
_sb
.ToString();
420
if (
_sb
.Length != 0)
422
_sb
.Append(ConfigurationPath.KeyDelimiter);
423
_sb
.Append(value);
428
_sb
.Append(value);
437
_sb
.Remove(
_sb
.Length - length, length);