Language\Legacy\CSharpCodeParser.cs (18)
808var location = CurrentStart;
1237var directiveStart = CurrentStart;
1323Func<string, List<RazorDiagnostic>, SourceLocation, ISpanChunkGenerator> chunkGeneratorFactory)
1335SourceLocation? valueStartLocation = null;
1338var keywordStartLocation = CurrentStart;
1407SourceLocation directiveLocation,
1440var original = directiveLocation;
1464internal static ParsedDirective ParseAddOrRemoveDirective(ParsedDirective directive, SourceLocation directiveLocation, List<RazorDiagnostic> errors)
1518SourceLocation directiveLocation,
1552var directiveStart = CurrentStart;
1951private void ValidateDirectiveUsage(DirectiveDescriptor descriptor, SourceLocation directiveStart)
2028private void ParseDirectiveBlock(in SyntaxListBuilder<RazorSyntaxNode> builder, DirectiveDescriptor descriptor, Action<SyntaxListBuilder<RazorSyntaxNode>, SourceLocation> parseChildren)
2049var startingBraceLocation = CurrentStart;
2580var start = CurrentStart;
2931var start = CurrentStart;
2945private bool Balance(SyntaxListBuilder<RazorSyntaxNode> builder, BalancingModes mode, SyntaxKind left, SyntaxKind right, SourceLocation start)
3151public Block(string name, SourceLocation start)
3158public SourceLocation Start { get; set; }
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),