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