Implemented interface member:
property
Config
Microsoft.TemplateEngine.Core.Contracts.IProcessorState.Config
1 write to Config
Microsoft.TemplateEngine.Core (1)
Util\ProcessorState.cs (1)
61Config = config ?? throw new ArgumentNullException(nameof(config));
3 references to Config
Microsoft.TemplateEngine.Core (3)
Util\ProcessorState.cs (3)
67EncodingConfig = new EncodingConfig(Config, encoding); 216if (operation.Id == null || (Config.Flags.TryGetValue(operation.Id, out bool opEnabledFlag) && opEnabledFlag)) 313if (operation.Id == null || (Config.Flags.TryGetValue(operation.Id, out bool opEnabledFlag) && opEnabledFlag))