1 write to ShowHintsForVariablesWithInferredTypes
Microsoft.VisualStudio.LanguageServices.CSharp (1)
AdvancedOptionPageControl.g.cs (1)
1064
this.
ShowHintsForVariablesWithInferredTypes
= ((System.Windows.Controls.CheckBox)(target));
2 references to ShowHintsForVariablesWithInferredTypes
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
189
BindToOption(
ShowHintsForVariablesWithInferredTypes
, InlineHintsOptionsStorage.ForImplicitVariableTypes, LanguageNames.CSharp);
287
ShowHintsForVariablesWithInferredTypes
.IsEnabled = enabledForTypes;