1 implementation of TryGetOnTypeFormattingTriggerKind
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\RazorFormattingService.cs (1)
260public bool TryGetOnTypeFormattingTriggerKind(RazorCodeDocument codeDocument, int hostDocumentIndex, string triggerCharacter, out RazorLanguageKind triggerCharacterKind)
2 references to TryGetOnTypeFormattingTriggerKind
Microsoft.CodeAnalysis.Remote.Razor (2)
Formatting\RemoteFormattingService.cs (2)
88if (!_formattingService.TryGetOnTypeFormattingTriggerKind(codeDocument, hostDocumentIndex, triggerCharacter, out var triggerCharacterKind)) 123if (!_formattingService.TryGetOnTypeFormattingTriggerKind(codeDocument, hostDocumentIndex, triggerCharacter, out var triggerCharacterKind))