2 writes to OauthScope
InteropWebsite (2)
artifacts\obj\InteropWebsite\Release\net10.0\Messages.cs (2)
1489OauthScope = other.OauthScope; 1548OauthScope = input.ReadString();
10 references to OauthScope
InteropWebsite (10)
artifacts\obj\InteropWebsite\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;