Example #1
0
 public override IEnumerable <PopupList.ListElement> BuildQuery(string prefix)
 {
     // ISSUE: object of a compiler-generated type is created
     // ISSUE: variable of a compiler-generated type
     ProfilerInstrumentationPopup.InputData.\u003CBuildQuery\u003Ec__AnonStoreyAB queryCAnonStoreyAb = new ProfilerInstrumentationPopup.InputData.\u003CBuildQuery\u003Ec__AnonStoreyAB();
     // ISSUE: reference to a compiler-generated field
     queryCAnonStoreyAb.prefix = prefix;
     // ISSUE: reference to a compiler-generated field
     if (queryCAnonStoreyAb.prefix == string.Empty)
     {
         return((IEnumerable <PopupList.ListElement>) this.m_ListElements);
     }
     // ISSUE: reference to a compiler-generated method
     return(this.m_ListElements.Where <PopupList.ListElement>(new Func <PopupList.ListElement, bool>(queryCAnonStoreyAb.\u003C\u003Em__1F4)));
 }
 public override IEnumerable<PopupList.ListElement> BuildQuery(string prefix)
 {
   // ISSUE: object of a compiler-generated type is created
   // ISSUE: variable of a compiler-generated type
   ProfilerInstrumentationPopup.InputData.\u003CBuildQuery\u003Ec__AnonStoreyAB queryCAnonStoreyAb = new ProfilerInstrumentationPopup.InputData.\u003CBuildQuery\u003Ec__AnonStoreyAB();
   // ISSUE: reference to a compiler-generated field
   queryCAnonStoreyAb.prefix = prefix;
   // ISSUE: reference to a compiler-generated field
   if (queryCAnonStoreyAb.prefix == string.Empty)
     return (IEnumerable<PopupList.ListElement>) this.m_ListElements;
   // ISSUE: reference to a compiler-generated method
   return this.m_ListElements.Where<PopupList.ListElement>(new Func<PopupList.ListElement, bool>(queryCAnonStoreyAb.\u003C\u003Em__1F4));
 }