9 references to ItemTransformFunction
Microsoft.Build (9)
Evaluation\Expander.cs (9)
2162
IntrinsicItemFunctions<S>.
ItemTransformFunction
transformFunction = IntrinsicItemFunctions<S>.GetItemTransformFunction(elementLocation, functionName, typeof(S));
2240
private static ConcurrentDictionary<string,
ItemTransformFunction
> s_transformFunctionDelegateCache = new ConcurrentDictionary<string,
ItemTransformFunction
>(StringComparer.OrdinalIgnoreCase);
2252
internal static
ItemTransformFunction
GetItemTransformFunction(IElementLocation elementLocation, string functionName, Type itemType)
2254
ItemTransformFunction
transformFunction = null;
2282
transformFunction = (
ItemTransformFunction
)itemFunctionInfo.CreateDelegate(typeof(
ItemTransformFunction
));
2961
private IntrinsicItemFunctions<S>.
ItemTransformFunction
_transform;
2981
public TransformFunction(IElementLocation elementLocation, string functionName, IntrinsicItemFunctions<S>.
ItemTransformFunction
transform, string[] arguments)