10 references to IsWhiteSpace
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\ValidateFormatString\AbstractValidateFormatStringDiagnosticAnalyzer.cs (1)
385if (placeholderIndexText.Length > 0 && char.IsWhiteSpace(placeholderIndexText, 0))
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\ValidateFormatString\AbstractValidateFormatStringDiagnosticAnalyzer.cs (1)
385if (placeholderIndexText.Length > 0 && char.IsWhiteSpace(placeholderIndexText, 0))
Microsoft.Maui.Controls (2)
Shapes\PathFigureCollectionConverter.cs (2)
50 while ((curIndex < pathString.Length) && char.IsWhiteSpace(pathString, curIndex)) 61 while ((curIndex < pathString.Length) && char.IsWhiteSpace(pathString, curIndex))
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationCore\System\Windows\Media\ParsersCommon.cs (2)
113while ((curIndex < pathString.Length) && Char.IsWhiteSpace(pathString, curIndex)) 127while ((curIndex < pathString.Length) && Char.IsWhiteSpace(pathString, curIndex))
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\TokenizerHelper.cs (1)
75if (!Char.IsWhiteSpace(_str, _charIndex))
PresentationCore (2)
System\Windows\Media\ParsersCommon.cs (2)
113while ((curIndex < pathString.Length) && Char.IsWhiteSpace(pathString, curIndex)) 127while ((curIndex < pathString.Length) && Char.IsWhiteSpace(pathString, curIndex))
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3116if (!char.IsWhiteSpace(tempValue, i))