4 writes to FillOauthScope
InteropClient (4)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1127FillOauthScope = other.FillOauthScope; 1241FillOauthScope = input.ReadBool();
InteropClient.cs (2)
413FillOauthScope = true 455FillOauthScope = true
9 references to FillOauthScope
InteropClient (9)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (9)
954if (FillOauthScope != other.FillOauthScope) return false; 969if (FillOauthScope != false) hash ^= FillOauthScope.GetHashCode(); 1049if (FillOauthScope != false) { 1051output.WriteBool(FillOauthScope); 1087if (FillOauthScope != false) { 1126if (other.FillOauthScope != false) { 1127FillOauthScope = other.FillOauthScope;