1 write to _text
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
AbstractResxGenerator.cs (1)
897_text = text;
2 references to _text
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
AbstractResxGenerator.cs (2)
902var remaining = _text.Length - _position; 904_text.CopyTo(_position, buffer, index, charactersToRead);