1 write to _operations
Microsoft.TemplateEngine.Core (1)
Util\Processor.cs (1)
18_operations = operations;
2 references to _operations
Microsoft.TemplateEngine.Core (2)
Util\Processor.cs (2)
35return new Processor(Config, new CombinedList<IOperationProvider>(_operations, tempOperations)); 44ProcessorState state = new ProcessorState(source, target, bufferSize, flushThreshold, Config, _operations);