3 overrides of GetItemProvenance
Microsoft.Build (1)
Definition\Project.cs (1)
2708
public override List<ProvenanceResult>
GetItemProvenance
(string itemToMatch, EvaluationContext evaluationContext)
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
201
public override List<ProvenanceResult>
GetItemProvenance
(string itemToMatch, EvaluationContext evaluationContext)
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectLink.cs (1)
95
public override List<ProvenanceResult>
GetItemProvenance
(string itemToMatch, EvaluationContext evaluationContext) => throw new NotImplementedException();
2 references to GetItemProvenance
Microsoft.Build (2)
Definition\Project.cs (2)
1024
return implementation.
GetItemProvenance
(itemToMatch, evaluationContext);
2701
/// See <see cref="ProjectLink.
GetItemProvenance
(string, EvaluationContext)"/>.