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