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