8 references to IsNullOrWhiteSpace
Microsoft.CodeAnalysis.Razor.Compiler (8)
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\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
())