3 writes to NameFormat
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlockOptions.cs (3)
99NameFormat = this.NameFormat, 270NameFormat = this.NameFormat, 402NameFormat = this.NameFormat,
5 references to NameFormat
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlockOptions.cs (3)
99NameFormat = this.NameFormat, 270NameFormat = this.NameFormat, 402NameFormat = this.NameFormat,
Internal\Common.cs (2)
121Debug.Assert(options == null || options.NameFormat != null, "If options are provided, NameFormat must be valid."); 137return string.Format(options.NameFormat, blockName, blockId);