1 write to _map
Microsoft.CodeAnalysis.Test.Utilities (1)
TestableFileSystem.cs (1)
29
_map
= map;
2 references to _map
Microsoft.CodeAnalysis.Test.Utilities (2)
TestableFileSystem.cs (2)
24
public Dictionary<string, TestableFile> Map =>
_map
?? throw new InvalidOperationException();
25
public bool UsingMap =>
_map
is not null;