3 writes to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (2)
135TextEditFormat = LSP.InsertTextFormat.Snippet, 199TextEditFormat = LSP.InsertTextFormat.Snippet,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
66TextEditFormat = insertFormat,
2 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 (1)
OnAutoInsert\OnAutoInsertTests.cs (1)
366Assert.Equal(InsertTextFormat.Snippet, result.TextEditFormat);