1 write to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioRuleSetTests.vb (1)
23
_tempPath
= Path.Combine(TempRoot.Root, Path.GetRandomFileName())
10 references to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (10)
ProjectSystemShim\VisualStudioRuleSetTests.vb (10)
24
Directory.CreateDirectory(
_tempPath
)
28
Directory.Delete(
_tempPath
, recursive:=True)
45
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
85
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
88
Dim includePath As String = Path.Combine(
_tempPath
, "file1.ruleset")
129
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
132
Dim includePath As String = Path.Combine(
_tempPath
, "file1.ruleset")
173
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
222
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
260
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")