Implemented interface member:
property
NativeReferences
Microsoft.Build.Tasks.IResolveNativeReferenceTaskConract.NativeReferences
4 references to NativeReferences
Microsoft.Build.Tasks.Core (4)
ResolveNativeReference.cs (4)
50ErrorUtilities.VerifyThrowArgumentNull(_nativeReferences, nameof(NativeReferences)); 119for (reference = 0; reference < NativeReferences.GetLength(0); reference++) 121ITaskItem item = NativeReferences[reference]; 150if (!ExtractFromManifest(NativeReferences[reference], path, containingReferenceFilesTable, containedPrerequisiteAssembliesTable, containedComComponentsTable, containedTypeLibrariesTable, containedLooseTlbFilesTable, containedLooseEtcFilesTable))