1 write to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioRuleSetTests.vb (1)
25
_tempPath
= Path.Combine(TempRoot.Root, Path.GetRandomFileName())
10 references to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (10)
ProjectSystemShim\VisualStudioRuleSetTests.vb (10)
26
Directory.CreateDirectory(
_tempPath
)
30
Directory.Delete(
_tempPath
, recursive:=True)
47
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
87
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
90
Dim includePath As String = Path.Combine(
_tempPath
, "file1.ruleset")
131
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
134
Dim includePath As String = Path.Combine(
_tempPath
, "file1.ruleset")
175
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
224
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")
262
Dim ruleSetPath As String = Path.Combine(
_tempPath
, "a.ruleset")