4 references to IsDefaultBit
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlName.cs (4)
240return (_flags & IsDefaultBit) != 0; 291if (value) _flags = (byte)(_flags | IsDefaultBit); 292else _flags = (byte)(_flags & ~IsDefaultBit); 305&& schemaInfo.IsDefault == ((_flags & IsDefaultBit) != 0)