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