1 write to ImplementationAssembly
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ReferenceTable.cs (1)
962
reference.
ImplementationAssembly
= companionFile;
4 references to ImplementationAssembly
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ReferenceTable.cs (4)
2715
&& reference.
ImplementationAssembly
!= null
2716
&& VerifyArchitectureOfImplementationDll(reference.
ImplementationAssembly
, reference.FullPath);
2765
AddRelatedItem(relatedItems, relatedItemBase, reference.
ImplementationAssembly
);
2838
yield return new KeyValuePair<string, string>(ItemMetadataNames.winmdImplmentationFile, Path.GetFileName(reference.
ImplementationAssembly
));