5 writes to AssemblyQualifiedName
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectorSettings.cs (1)
171settings.AssemblyQualifiedName = reader.Value;
vstest.console (2)
Processors\CollectArgumentProcessor.cs (2)
211dataCollectorSettings.AssemblyQualifiedName = CoverletConstants.CoverletDataCollectorAssemblyQualifiedName; 219dataCollectorSettings.AssemblyQualifiedName ??= CoverletConstants.CoverletDataCollectorAssemblyQualifiedName;
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (2)
211dataCollectorSettings.AssemblyQualifiedName = CoverletConstants.CoverletDataCollectorAssemblyQualifiedName; 219dataCollectorSettings.AssemblyQualifiedName ??= CoverletConstants.CoverletDataCollectorAssemblyQualifiedName;
4 references to AssemblyQualifiedName
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
216var assemblyQualifiedName = inProcDc.AssemblyQualifiedName!;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\DataCollectorSettings.cs (3)
82AppendAttribute(doc, root, "assemblyQualifiedName", AssemblyQualifiedName); 108if (!StringUtils.IsNullOrWhiteSpace(AssemblyQualifiedName)) 110AppendAttribute(doc, root, "assemblyQualifiedName", AssemblyQualifiedName);