5 references to Code
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\Helpers.cs (2)
252if ((style & TaggedTextStyle.Code) == TaggedTextStyle.Code)
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
366state.PushStyle(TaggedTextStyle.Code); 371state.PushStyle(TaggedTextStyle.Code | TaggedTextStyle.PreserveWhitespace);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
799TaggedTextStyle.Code => $"`{text}`",