2 implementations of GetException
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
86public Exception GetException()
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\MockRuleSetFile.vb (1)
30Public Function GetException() As Exception Implements IRuleSetFile.GetException
2 references to GetException
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\MockRuleSetFile.vb (1)
30Public Function GetException() As Exception Implements IRuleSetFile.GetException
ProjectSystemShim\VisualStudioRuleSetTests.vb (1)
276Dim exception = ruleSet.Target.Value.GetException()