2 writes to IsFlags
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (2)
108set { _helper.IsFlags = value; } 196IsFlags = type.GetTypeInfo().IsDefined(Globals.TypeOfFlagsAttribute, false);
1 reference to IsFlags
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (1)
107{ return _helper.IsFlags; }