6 references to Intern
Microsoft.CodeAnalysis.CSharp (6)
Parser\Lexer.cs (4)
1410info.Text = info.StringValue = TextWindow.Intern(characterWindow, startOffset, length); 1612info.StringValue = TextWindow.Intern(_identBuffer, 0, _identLen); 1620var valueText = TextWindow.Intern(_identBuffer, objectAddressOffset, _identLen - objectAddressOffset); 1819info.StringValue = TextWindow.Intern(_identBuffer, 0, _identLen);
Parser\SlidingTextWindow.cs (2)
424return this.Intern(_characterWindow, _lexemeStart, this.Width); 476return this.Intern(_characterWindow, offset, length);