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