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