9 writes to inAttributeValue
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
336base.inAttributeValue = true; 354base.inAttributeValue = true; 376base.inAttributeValue = false;
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (2)
72base.inAttributeValue = true; 77base.inAttributeValue = false;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (4)
407inAttributeValue = true; 415inAttributeValue = false; 457inAttributeValue = true; 464inAttributeValue = false;
10 references to inAttributeValue
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
412if (base.inAttributeValue) 448if (inAttributeValue)
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (5)
123if (!base.inAttributeValue) 132if (!base.inAttributeValue) 141if (!base.inAttributeValue) 150if (!base.inAttributeValue) 159if (!base.inAttributeValue)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (3)
605if (inAttributeValue) 626if (inAttributeValue) 664if (inAttributeValue)