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