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