4 references to Special
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
231
get { return (_flags & TypeFlags.
Special
) != 0; }
834
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue;
893
flags |= TypeFlags.
Special
| TypeFlags.CanBeAttributeValue;
899
flags |= TypeFlags.
Special
| TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue;