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