src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (3)
65realLength = Interop.Normaliz.NormalizeString(normalizationForm, pInput, strInput.Length, pDest, buffer.Length);
136realLength = Interop.Normaliz.NormalizeString(normalizationForm, pInput, source.Length, pDest, destination.Length);
179realLength = Interop.Normaliz.NormalizeString(normalizationForm, pInput, source.Length, null, 0);