1 write to _stringWriter
Microsoft.Maui.Controls.BindingSourceGen (1)
BindingCodeWriter.cs (1)
173 _stringWriter = new StringWriter(CultureInfo.InvariantCulture);
3 references to _stringWriter
Microsoft.Maui.Controls.BindingSourceGen (3)
BindingCodeWriter.cs (3)
168 return _stringWriter.ToString(); 174 _indentedTextWriter = new IndentedTextWriter(_stringWriter, "\t") { Indent = indent }; 435 _stringWriter.Dispose();