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