2 references to month_full
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
IntelliSense\CSharpCompletionCommandHandlerTests_DateAndTime.vb (1)
645
Await state.AssertSelectedCompletionItem("MMMM", inlineDescription:=FeaturesResources.
month_full
)
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\DateAndTime\DateAndTimeEmbeddedCompletionProvider.cs (1)
192
context.AddCustom("MMMM", FeaturesResources.
month_full
, FeaturesResources.month_full_description);