1 write to headerInfos
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
2019this.headerInfos = new HeaderInfo[maxHeaderInfos];
6 references to headerInfos
System.ServiceModel (6)
System\ServiceModel\Channels\Message.cs (6)
1986if (this.headerInfos != null) 1991HeaderInfo headerInfo = this.headerInfos[i]; 1996this.headerInfos[i] = null; 2017if (this.headerInfos == null) 2024if (this.headerInfos[i] == null) 2034this.headerInfos[i] = headerInfoToReturn;