9 references to ItemTransformFunction
Microsoft.Build (9)
Evaluation\Expander.cs (9)
2168
IntrinsicItemFunctions<S>.
ItemTransformFunction
transformFunction = IntrinsicItemFunctions<S>.GetItemTransformFunction(elementLocation, functionName, typeof(S));
2246
private static readonly ConcurrentDictionary<string,
ItemTransformFunction
> s_transformFunctionDelegateCache = new ConcurrentDictionary<string,
ItemTransformFunction
>(StringComparer.OrdinalIgnoreCase);
2258
internal static
ItemTransformFunction
GetItemTransformFunction(IElementLocation elementLocation, string functionName, Type itemType)
2260
ItemTransformFunction
transformFunction = null;
2288
transformFunction = (
ItemTransformFunction
)itemFunctionInfo.CreateDelegate(typeof(
ItemTransformFunction
));
2967
private IntrinsicItemFunctions<S>.
ItemTransformFunction
_transform;
2987
public TransformFunction(IElementLocation elementLocation, string functionName, IntrinsicItemFunctions<S>.
ItemTransformFunction
transform, string[] arguments)