5 references to WeakIntern
Microsoft.NET.StringTools.net35.UnitTests (2)
StringTools_Tests.cs (2)
33
string internedString1 = Strings.
WeakIntern
(str);
35
string internedString2 = Strings.
WeakIntern
(str);
MSBuildTaskHost (3)
BackEnd\InterningBinaryReader.cs (2)
127
return Strings.
WeakIntern
(charBuffer.AsSpan(0, charsRead));
137
return Strings.
WeakIntern
(resultBuffer.AsSpan(0, charsRead));
Utilities\EscapingUtilities.cs (1)
198
string escapedString = Strings.
WeakIntern
(escapedStringBuilder.ToString());