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

Inheritance: ITagger
Afficher le fichier Open project: dotnet/aspnetcore-tooling Class Usage Examples

Méthodes publiques

Méthode Description
GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>

Private Methods

Méthode 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 méthode

public GetTags ( NormalizedSnapshotSpanCollection spans ) : IEnumerable>
spans NormalizedSnapshotSpanCollection
Résultat IEnumerable>