2 writes to OauthScope
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
1489OauthScope = other.OauthScope; 1548OauthScope = input.ReadString();
14 references to OauthScope
InteropClient (14)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
1385if (OauthScope != other.OauthScope) return false; 1395if (OauthScope.Length != 0) hash ^= OauthScope.GetHashCode(); 1444if (OauthScope.Length != 0) { 1446output.WriteString(OauthScope); 1464if (OauthScope.Length != 0) { 1465size += 1 + pb::CodedOutputStream.ComputeStringSize(OauthScope); 1488if (other.OauthScope.Length != 0) { 1489OauthScope = other.OauthScope;
InteropClient.cs (4)
420Assert.IsFalse(string.IsNullOrEmpty(response.OauthScope)); 421Assert.IsTrue(oauthScope.Contains(response.OauthScope)); 460Assert.IsFalse(string.IsNullOrEmpty(response.OauthScope)); 461Assert.IsTrue(oauthScope.Contains(response.OauthScope));