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