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