C# Class Microsoft.VisualStudio.RazorExtension.SyntaxVisualizer.SourceMappingTagger

Inheritance: ITagger
Exibir arquivo Open project: dotnet/aspnetcore-tooling Class Usage Examples

Public Methods

Method Description
GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>

Private Methods

Method Description
GetGeneratedCodeSnippet ( string code, int position ) : string
GetOrCreateTagger ( ITextBuffer buffer, Func creator ) : SourceMappingTagger
GetTagsWorker ( RazorCodeDocument codeDocument, ITextSnapshot snapshot ) : IEnumerable>
SourceMappingTagger ( ITextBuffer buffer, Lazy sourceMappingProjectChangeTrigger, ITextDocumentFactoryService textDocumentFactoryService ) : System

Method Details

GetTags() public method

public GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>
spans NormalizedSnapshotSpanCollection
return IEnumerable>