1 instantiation of Stats
Microsoft.Build (1)
Instance\TaskRegistry.cs (1)
1105
internal Stats Statistics { get; private init; } = new
Stats
();
3 references to Stats
Microsoft.Build (3)
Instance\TaskFactoryWrapper.cs (2)
78
internal TaskRegistry.RegisteredTaskRecord.
Stats
? Statistics { get; private init; }
92
TaskRegistry.RegisteredTaskRecord.
Stats
? statistics = null)
Instance\TaskRegistry.cs (1)
1105
internal
Stats
Statistics { get; private init; } = new Stats();