12 references to Undefined
Microsoft.CodeAnalysis.Razor.Compiler (12)
Language\DefaultTagHelperResolutionPhase.cs (5)
505
child.Source ?? SourceSpan.
Undefined
, childTagName, parentTagName, allowedChildrenString));
520
child.Source ?? SourceSpan.
Undefined
, childTagName, parentTagName, allowedChildrenString));
532
child.Source ?? SourceSpan.
Undefined
, parentTagName, allowedChildrenString));
541
child.Source ?? SourceSpan.
Undefined
, parentTagName, allowedChildrenString));
1155
elementNode.Source ?? SourceSpan.
Undefined
,
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
159
unresolvedAttr.AttributeNameSpan ?? SourceSpan.
Undefined
, attributeName, tagHelperNode.TagName, propertyType!));
184
unresolvedAttr.AttributeNameSpan ?? SourceSpan.
Undefined
, attributeName, tagHelperNode.TagName, propertyType!));
1622
codeChild.Source ?? elementNode.Source ?? SourceSpan.
Undefined
, elementNode.TagName));
1630
var diagSource = exprChild.Source ?? elementNode.Source ?? SourceSpan.
Undefined
;
Language\NamespaceComputer.cs (1)
237
namespaceSpan = SourceSpan.
Undefined
;
Language\RazorDiagnostic.cs (1)
25
Span = span ?? SourceSpan.
Undefined
;
SourceGenerators\Diagnostics\RazorDiagnostics.cs (1)
110
if (span == SourceSpan.
Undefined
)