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