2 implementations of GetGeneralDiagnosticOption
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
94public ReportDiagnostic GetGeneralDiagnosticOption()
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\MockRuleSetFile.vb (1)
34Public Function GetGeneralDiagnosticOption() As ReportDiagnostic Implements IRuleSetFile.GetGeneralDiagnosticOption
10 references to GetGeneralDiagnosticOption
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.OptionsProcessor.cs (1)
66ruleSetGeneralDiagnosticOption = ruleSetFile.GetGeneralDiagnosticOption();
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
ProjectSystemShim\MockRuleSetFile.vb (1)
34Public Function GetGeneralDiagnosticOption() As ReportDiagnostic Implements IRuleSetFile.GetGeneralDiagnosticOption
ProjectSystemShim\VisualStudioRuleSetTests.vb (7)
56Dim generalDiagnosticOption = visualStudioRuleSet.Target.Value.GetGeneralDiagnosticOption() 100Dim generalDiagnosticOption = visualStudioRuleSet.Target.Value.GetGeneralDiagnosticOption() 150Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 189Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 198generalDiagnosticOption = ruleSet2.Target.Value.GetGeneralDiagnosticOption() 234Dim generalDiagnosticOption = ruleSet1.Target.Value.GetGeneralDiagnosticOption() 271Dim generalDiagnosticOption = ruleSet.Target.Value.GetGeneralDiagnosticOption()
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (1)
68ruleSetFileGeneralDiagnosticOption = ruleSetFileOpt.GetGeneralDiagnosticOption()