3 references to ForImplicitObjectCreation
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
83
TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InlineHintsOptionsStorage.
ForImplicitObjectCreation
));
InlineHints\InlineHintsOptionsStorage.cs (1)
39
ForImplicitObjectCreation = globalOptions.GetOption(
ForImplicitObjectCreation
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
191
BindToOption(ShowHintsForImplicitObjectCreation, InlineHintsOptionsStorage.
ForImplicitObjectCreation
, LanguageNames.CSharp);