1 write to MappedSpan
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorExcerptResult.cs (1)
26MappedSpan = mappedSpan;
16 references to MappedSpan
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorDocumentExcerptServiceWrapper.cs (1)
35return new ExcerptResult(razorExcerpt.Content, razorExcerpt.MappedSpan, razorExcerpt.ClassifiedSpans, razorExcerpt.Document, razorExcerpt.Span);
RazorSourceGeneratedDocumentExcerptServiceWrapper.cs (1)
52return new ExcerptResult(razorExcerpt.Content, razorExcerpt.MappedSpan, razorExcerpt.ClassifiedSpans, razorExcerpt.Document, razorExcerpt.Span);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (7)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\DocumentExcerpt\RazorDocumentExcerptServiceTest.cs (7)
46result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 124result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 176result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 284result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 388result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 462result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 571result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(),
Microsoft.VisualStudioCode.RazorExtension.UnitTests (7)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\DocumentExcerpt\RazorDocumentExcerptServiceTest.cs (7)
46result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 124result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 176result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 284result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 388result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 462result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(), 571result.Value.Content.GetSubText(result.Value.MappedSpan).ToString(),