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