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