7 references to TrackTaskSubclassing
Microsoft.Build (1)
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
445_taskLoggingContext?.TargetLoggingContext?.ProjectLoggingContext?.ProjectTelemetry?.TrackTaskSubclassing(_loadedType.Type, isMicrosoftOwned);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\ProjectTelemetry_Tests.cs (6)
28telemetry.TrackTaskSubclassing(typeof(TestSealedTask), isMicrosoftOwned: false); 47telemetry.TrackTaskSubclassing(typeof(UserTask), isMicrosoftOwned: false); 66telemetry.TrackTaskSubclassing(typeof(UserTask), isMicrosoftOwned: true); 83telemetry.TrackTaskSubclassing(typeof(UserTask), isMicrosoftOwned: false); 84telemetry.TrackTaskSubclassing(typeof(AnotherUserTask), isMicrosoftOwned: false); 102telemetry.TrackTaskSubclassing(null, isMicrosoftOwned: false);