2 writes to OauthScope
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
1489
OauthScope
= other.OauthScope;
1548
OauthScope
= input.ReadString();
10 references to OauthScope
InteropWebsite (10)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (10)
1385
if (
OauthScope
!= other.
OauthScope
) return false;
1395
if (
OauthScope
.Length != 0) hash ^=
OauthScope
.GetHashCode();
1444
if (
OauthScope
.Length != 0) {
1446
output.WriteString(
OauthScope
);
1464
if (
OauthScope
.Length != 0) {
1465
size += 1 + pb::CodedOutputStream.ComputeStringSize(
OauthScope
);
1488
if (other.
OauthScope
.Length != 0) {
1489
OauthScope = other.
OauthScope
;