2 writes to OauthScope
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1489
OauthScope
= other.OauthScope;
1548
OauthScope
= input.ReadString();
14 references to OauthScope
InteropClient (14)
artifacts\obj\InteropClient\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
;
InteropClient.cs (4)
420
Assert.IsFalse(string.IsNullOrEmpty(response.
OauthScope
));
421
Assert.IsTrue(oauthScope.Contains(response.
OauthScope
));
460
Assert.IsFalse(string.IsNullOrEmpty(response.
OauthScope
));
461
Assert.IsTrue(oauthScope.Contains(response.
OauthScope
));