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