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)
24public Dictionary<string, TestableFile> Map => _map ?? throw new InvalidOperationException(); 25public bool UsingMap => _map is not null;