4 writes to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (3)
152TextEditFormat = LSP.InsertTextFormat.Snippet, 217TextEditFormat = LSP.InsertTextFormat.Snippet, 315TextEditFormat = format,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
66TextEditFormat = insertFormat,
4 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)
228Assert.Equal(InsertTextFormat.Snippet, result.TextEditFormat); 232Assert.Equal(InsertTextFormat.Plaintext, result.TextEditFormat);