2 implementations of Process
Microsoft.NET.Build.Tasks (1)
NugetContentAssetPreprocessor.cs (1)
22public bool Process(string originalAssetPath, string relativeOutputPath, out string pathToFinalAsset)
Microsoft.NET.Build.Tasks.UnitTests (1)
Mocks\MockContentAssetPreprocessor.cs (1)
31public bool Process(string originalAssetPath, string relativeOutputPath, out string pathToFinalAsset)
1 reference to Process
Microsoft.NET.Build.Tasks (1)
ProduceContentAssets.cs (1)
211if (AssetPreprocessor.Process(resolvedPath, relativeOutputPath, out pathToFinalAsset))