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