1 write to AttachmentsProcessorType
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectorConfig.cs (1)
30AttachmentsProcessorType = GetAttachmentsProcessors(type);
3 references to AttachmentsProcessorType
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (1)
99Type attachmentProcessorType = ((DataCollectorConfig)dataCollectorExtension.TestPluginInfo!).AttachmentsProcessorType!;
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectorConfig.cs (2)
62return new object?[] { TypeUri?.ToString(), FriendlyName, AttachmentsProcessorType != null }; 75public bool HasAttachmentsProcessor() => AttachmentsProcessorType != null;