Implemented interface member:
method
TryMapToRazorDocumentRange
Microsoft.CodeAnalysis.Razor.DocumentMapping.IDocumentMappingService.TryMapToRazorDocumentRange(Microsoft.AspNetCore.Razor.Language.RazorCSharpDocument, Microsoft.CodeAnalysis.Text.LinePositionSpan, Microsoft.CodeAnalysis.Razor.DocumentMapping.MappingBehavior, out Microsoft.CodeAnalysis.Text.LinePositionSpan)
1 reference to TryMapToRazorDocumentRange
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentMapping\RemoteDocumentMappingService.cs (1)
60if (TryMapToRazorDocumentRange(razorCodeDocument.GetRequiredCSharpDocument(), generatedDocumentRange, MappingBehavior.Strict, out var mappedRange))