11 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\AllowedChildTagDescriptorBuilder.cs (1)
40
if (Name.
IsNullOrWhiteSpace
())
Language\BoundAttributeDescriptorBuilder.cs (1)
203
if (Name.
IsNullOrWhiteSpace
())
Language\BoundAttributeParameterDescriptorBuilder.cs (1)
87
if (Name.
IsNullOrWhiteSpace
())
Language\CodeGeneration\DesignTimeNodeWriter.cs (1)
208
var isWhiteSpace = token.Content.
IsNullOrWhiteSpace
();
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
177
if (child is not CSharpIntermediateToken token || !token.Content.
IsNullOrWhiteSpace
())
Language\Components\ComponentKeyLoweringPass.cs (1)
74
return !foundToken.Content.
IsNullOrWhiteSpace
()
Language\Components\ComponentReferenceCaptureLoweringPass.cs (1)
79
return !foundToken.Content.
IsNullOrWhiteSpace
()
Language\RequiredAttributeDescriptorBuilder.cs (1)
62
if (name.
IsNullOrWhiteSpace
())
Language\TagMatchingRuleDescriptorBuilder.cs (2)
59
if (TagName.
IsNullOrWhiteSpace
())
80
if (ParentTag.
IsNullOrWhiteSpace
())
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\DirectiveAttributeCompletionItemProvider.cs (1)
54
if (!attributeName.
IsNullOrWhiteSpace
() && !attributeName.StartsWith('@'))