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