10 references to usingTask
Microsoft.Build (10)
Construction\ProjectUsingTaskElement.cs (3)
74
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(AssemblyFile), "OM_EitherAttributeButNotBoth", XMakeElements.
usingTask
, XMakeAttributes.assemblyFile, XMakeAttributes.assemblyName);
237
XMakeElements.
usingTask
,
241
XmlElementWithLocation element = containingProject.CreateElement(XMakeElements.
usingTask
);
Evaluation\ProjectParser.cs (2)
175
case XMakeElements.
usingTask
:
520
XMakeElements.
usingTask
,
Instance\TaskRegistry.cs (4)
326
XMakeElements.
usingTask
);
351
XMakeElements.
usingTask
);
360
XMakeElements.
usingTask
);
420
ProjectErrorUtilities.ThrowInvalidProject(projectUsingTaskXml.Location, "InvalidAttributeValueWithException", assemblyFile, XMakeAttributes.assemblyFile, XMakeElements.
usingTask
, ex.Message);
XMakeElements.cs (1)
49
usingTask
,