1 write to _wrapped
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
42
=>
_wrapped
= wrapped;
2 references to _wrapped
Microsoft.Build.Engine.OM.UnitTests (2)
TestAssemblyInfo.cs (2)
44
public ITestAssembly TestAssembly =>
_wrapped
.TestAssembly;
47
=>
_wrapped
.Find(testCase => callback(new MSBuildTestCase((IXunitTestCase)testCase)), discoveryOptions, types, cancellationToken);