6 writes to value
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
55this.value = value; 378decNodeAttributes[i].value = strTemp; 385decNodeAttributes[i].value = strTemp; 392decNodeAttributes[i].value = strTemp; 442docTypeNodeAttributes[i].value = strTemp; 449docTypeNodeAttributes[i].value = strTemp;
5 references to value
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (5)
255return decNodeAttributes[_nAttrInd].value; 257return docTypeNodeAttributes[_nAttrInd].value; 268strb.Append(decNodeAttributes[i].name + "=\"" + decNodeAttributes[i].value + "\""); 414return decNodeAttributes[i].value; 469return docTypeNodeAttributes[i].value;