10 references to Undefined
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Legacy\DirectiveHtmlTokenizer.cs (1)
14
private SourceLocation _firstTokenVisitLocation = SourceLocation.
Undefined
;
Language\Legacy\TagHelperBlockRewriter.cs (1)
77
var attributeNameLocation = SourceLocation.
Undefined
;
Language\SourceLocation.cs (2)
87
/// The source span. If <c>null</c>, <see cref="SourceLocation.
Undefined
"/> will be returned.
93
SourceLocation.
Undefined
:
Language\SourceSpan.cs (1)
14
public static readonly SourceSpan Undefined = new SourceSpan(SourceLocation.
Undefined
, 0);
Mvc\RazorExtensionsDiagnosticFactory.cs (5)
22
new SourceSpan(SourceLocation.
Undefined
, contentLength: 0),
35
new SourceSpan(SourceLocation.
Undefined
, contentLength: 0),
48
new SourceSpan(SourceLocation.
Undefined
, contentLength: 0),
61
new SourceSpan(SourceLocation.
Undefined
, contentLength: 0),
73
new SourceSpan(SourceLocation.
Undefined
, contentLength: 0),