19 references to RoslynString
Microsoft.CodeAnalysis.CodeStyle (18)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
153if (RoslynString.IsNullOrWhiteSpace(expectedNamespace) || expectedNamespace.Equals(currentNamespace, StringComparison.OrdinalIgnoreCase))
CompilerOptionParseUtilities.cs (1)
18if (RoslynString.IsNullOrEmpty(features))
EditorConfigValueSerializer`1.cs (1)
62Contract.ThrowIfTrue(RoslynString.IsNullOrEmpty(editorConfigStringForValue));
FileUtilities.cs (1)
167if (RoslynString.IsNullOrEmpty(baseRoot))
GeneratedCodeUtilities.cs (1)
63if (!RoslynString.IsNullOrEmpty(filePath))
J\s\src\Compilers\Core\Portable\InternalUtilities\StringExtensions.cs\StringExtensions.cs (3)
82if (!RoslynString.IsNullOrEmpty(shortName)) 100return !RoslynString.IsNullOrEmpty(name) && name.IndexOf('\0') == -1; 108if (RoslynString.IsNullOrEmpty(name))
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\StringExtensions.cs\StringExtensions.cs (1)
246if (RoslynString.IsNullOrWhiteSpace(alias))
PathUtilities.cs (7)
296if (RoslynString.IsNullOrWhiteSpace(path)) 355if (RoslynString.IsNullOrEmpty(path)) 416if (RoslynString.IsNullOrEmpty(root)) 437RoslynDebug.Assert(!RoslynString.IsNullOrEmpty(root)); 463if (RoslynString.IsNullOrEmpty(root)) 468if (RoslynString.IsNullOrEmpty(path)) 749if (RoslynString.IsNullOrEmpty(fullPath))
SuppressMessageAttributeState.cs (1)
82RoslynString.IsNullOrEmpty(scopeString))
UnicodeCharacterUtilities.cs (1)
93if (RoslynString.IsNullOrEmpty(name))
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractFileHeaderCodeFixProvider.cs (1)
71if (RoslynString.IsNullOrEmpty(fileHeaderTemplate))