6 references to Intern
Microsoft.CodeAnalysis.CSharp (6)
Parser\Lexer.cs (4)
1411
info.Text = info.StringValue = TextWindow.
Intern
(characterWindow, startOffset, length);
1613
info.StringValue = TextWindow.
Intern
(_identBuffer, 0, _identLen);
1621
var valueText = TextWindow.
Intern
(_identBuffer, objectAddressOffset, _identLen - objectAddressOffset);
1820
info.StringValue = TextWindow.
Intern
(_identBuffer, 0, _identLen);
Parser\SlidingTextWindow.cs (2)
409
return this.
Intern
(_characterWindow, _lexemeStart, this.Width);
461
return this.
Intern
(_characterWindow, offset, length);