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