1 reference to NeedsNullCheck
dotnet-razorsyntaxgenerator (1)
SourceWriter.cs (1)
1536
var hasValidation = node.Kinds.Count > 1 || nodeFields.Any(f =>
NeedsNullCheck
(f) || NeedsSyntaxKindValidation(f));