1 instantiation of TestInfo
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\TestInfo.cs (1)
34
result.Add(test.Attribute("name").Value, new
TestInfo
(time));
5 references to TestInfo
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
Threading\TestInfo.cs (2)
21
public static ImmutableDictionary<string,
TestInfo
> GetPassedTestsInfo()
23
var result = ImmutableDictionary.CreateBuilder<string,
TestInfo
>();
Threading\WpfTestRunner.cs (3)
33
private static readonly ImmutableDictionary<string,
TestInfo
> _passedTests;
39
=> _passedTests =
TestInfo
.GetPassedTestsInfo();
75
if (_passedTests.TryGetValue(Test.DisplayName, out
var
info))