9 writes to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (3)
152TextEditFormat = LSP.InsertTextFormat.Snippet, 217TextEditFormat = LSP.InsertTextFormat.Snippet, 315TextEditFormat = format,
Microsoft.CodeAnalysis.Razor.Workspaces (4)
AutoInsert\AutoClosingTagOnAutoInsertProvider.cs (2)
68TextEditFormat = formatForEndTag 85TextEditFormat = format
AutoInsert\CloseTextTagOnAutoInsertProvider.cs (1)
36TextEditFormat = format
Protocol\AutoInsert\RemoteAutoInsertTextEdit.cs (1)
25TextEditFormat = edit.InsertTextFormat,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostOnAutoInsertEndpointTest.cs (1)
570TextEditFormat = InsertTextFormat.Snippet
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostOnAutoInsertEndpointTest.cs (1)
570TextEditFormat = InsertTextFormat.Snippet
7 references to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalDocumentOnAutoInsertResponseItem.cs (1)
17/// Gets or sets the insert text format of the primary text edit. <see cref="TextEditFormat"/> for supported formats.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
OnAutoInsert\AbstractOnAutoInsertTests.cs (1)
56Assert.Equal(InsertTextFormat.Snippet, result.TextEditFormat);
OnAutoInsert\RawStringOnAutoInsertTests.cs (2)
230Assert.Equal(InsertTextFormat.Snippet, result.TextEditFormat); 234Assert.Equal(InsertTextFormat.Plaintext, result.TextEditFormat);
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Protocol\AutoInsert\RemoteAutoInsertTextEdit.cs (1)
19edit.TextEditFormat);
Microsoft.CodeAnalysis.Remote.Razor (2)
AutoInsert\RemoteAutoInsertService.cs (2)
160var mappedChange = autoInsertResponseItem.TextEditFormat == InsertTextFormat.Snippet 184autoInsertResponseItem.TextEditFormat));