9 writes to inAttributeValue
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
335base.inAttributeValue = true; 353base.inAttributeValue = true; 375base.inAttributeValue = false;
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (2)
66base.inAttributeValue = true; 71base.inAttributeValue = false;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (4)
349inAttributeValue = true; 356inAttributeValue = false; 396inAttributeValue = true; 401inAttributeValue = false;
10 references to inAttributeValue
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
411if (base.inAttributeValue) 447if (inAttributeValue)
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (5)
117if (!base.inAttributeValue) 126if (!base.inAttributeValue) 135if (!base.inAttributeValue) 144if (!base.inAttributeValue) 153if (!base.inAttributeValue)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (3)
531if (inAttributeValue) 551if (inAttributeValue) 586if (inAttributeValue)