public bool UrlsMatch(List<string> referenceUrls)
 {
   // ISSUE: object of a compiler-generated type is created
   // ISSUE: variable of a compiler-generated type
   UnityConnectEditorWindow.\u003CUrlsMatch\u003Ec__AnonStoreyB6 matchCAnonStoreyB6 = new UnityConnectEditorWindow.\u003CUrlsMatch\u003Ec__AnonStoreyB6();
   // ISSUE: reference to a compiler-generated field
   matchCAnonStoreyB6.referenceUrls = referenceUrls;
   // ISSUE: reference to a compiler-generated field
   if (this.m_ServiceUrls.Count != matchCAnonStoreyB6.referenceUrls.Count)
     return false;
   // ISSUE: reference to a compiler-generated method
   return !this.m_ServiceUrls.Where<string>(new Func<string, int, bool>(matchCAnonStoreyB6.\u003C\u003Em__221)).Any<string>();
 }
Ejemplo n.º 2
0
 public bool UrlsMatch(List <string> referenceUrls)
 {
     // ISSUE: object of a compiler-generated type is created
     // ISSUE: variable of a compiler-generated type
     UnityConnectEditorWindow.\u003CUrlsMatch\u003Ec__AnonStoreyB6 matchCAnonStoreyB6 = new UnityConnectEditorWindow.\u003CUrlsMatch\u003Ec__AnonStoreyB6();
     // ISSUE: reference to a compiler-generated field
     matchCAnonStoreyB6.referenceUrls = referenceUrls;
     // ISSUE: reference to a compiler-generated field
     if (this.m_ServiceUrls.Count != matchCAnonStoreyB6.referenceUrls.Count)
     {
         return(false);
     }
     // ISSUE: reference to a compiler-generated method
     return(!this.m_ServiceUrls.Where <string>(new Func <string, int, bool>(matchCAnonStoreyB6.\u003C\u003Em__221)).Any <string>());
 }