1 instantiation of EmbeddedCompletionContext
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\DateAndTime\DateAndTimeEmbeddedCompletionProvider.cs (1)
101
var embeddedContext = new
EmbeddedCompletionContext
(text, context, virtualChars, items);
3 references to EmbeddedCompletionContext
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\DateAndTime\DateAndTimeEmbeddedCompletionProvider.cs (3)
101
var
embeddedContext = new EmbeddedCompletionContext(text, context, virtualChars, items);
134
private static void ProvideStandardFormats(
EmbeddedCompletionContext
context)
153
private static void ProvideCustomFormats(
EmbeddedCompletionContext
context)