5 references to IsEmpty
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
437
if (commonLeadingWhitespace.
IsEmpty
)
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (1)
47
_captureNumberToSpan.Add(0, text.
IsEmpty
? default : GetSpan(text));
StackTraceExplorer\StackTraceAnalyzer.cs (1)
59
if (trimmedLine.
IsEmpty
)
Microsoft.CodeAnalysis.Workspaces (2)
EmbeddedSyntaxToken.cs (1)
48
public bool IsMissing => VirtualChars.
IsEmpty
;
VirtualCharSequence.cs (1)
81
public bool IsDefaultOrEmpty => IsDefault ||
IsEmpty
;