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