8 references to AddSourceMappingFor
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\CodeGeneration\CodeRenderingContext.cs (1)
121
AddSourceMappingFor
(nodeSource);
Language\CodeGeneration\CodeRenderingContextExtensions.cs (2)
81
context.
AddSourceMappingFor
(span);
89
context.
AddSourceMappingFor
(span, characterOffset);
Language\CodeGeneration\CodeWriterExtensions.cs (1)
804
context.
AddSourceMappingFor
(source);
Language\CodeGeneration\DesignTimeNodeWriter.cs (2)
229
context.
AddSourceMappingFor
(tokenSource);
237
context.
AddSourceMappingFor
(tokenSource);
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
718
context.
AddSourceMappingFor
(attributeSourceSpan);
Language\Components\ComponentNodeWriter.cs (1)
574
context.
AddSourceMappingFor
(node.StartTagSpan, offset);