private AInfo GetAInfo(int classID, string scriptClass) { // ISSUE: object of a compiler-generated type is created // ISSUE: variable of a compiler-generated type AnnotationWindow.\u003CGetAInfo\u003Ec__AnonStorey4B ainfoCAnonStorey4B = new AnnotationWindow.\u003CGetAInfo\u003Ec__AnonStorey4B(); // ISSUE: reference to a compiler-generated field ainfoCAnonStorey4B.scriptClass = scriptClass; // ISSUE: reference to a compiler-generated field ainfoCAnonStorey4B.classID = classID; // ISSUE: reference to a compiler-generated field if (ainfoCAnonStorey4B.scriptClass != string.Empty) { // ISSUE: reference to a compiler-generated method return(this.m_ScriptAnnotations.Find(new Predicate <AInfo>(ainfoCAnonStorey4B.\u003C\u003Em__84))); } // ISSUE: reference to a compiler-generated method return(this.m_BuiltinAnnotations.Find(new Predicate <AInfo>(ainfoCAnonStorey4B.\u003C\u003Em__85))); }
private AInfo GetAInfo(int classID, string scriptClass) { // ISSUE: object of a compiler-generated type is created // ISSUE: variable of a compiler-generated type AnnotationWindow.\u003CGetAInfo\u003Ec__AnonStorey4B ainfoCAnonStorey4B = new AnnotationWindow.\u003CGetAInfo\u003Ec__AnonStorey4B(); // ISSUE: reference to a compiler-generated field ainfoCAnonStorey4B.scriptClass = scriptClass; // ISSUE: reference to a compiler-generated field ainfoCAnonStorey4B.classID = classID; // ISSUE: reference to a compiler-generated field if (ainfoCAnonStorey4B.scriptClass != string.Empty) { // ISSUE: reference to a compiler-generated method return this.m_ScriptAnnotations.Find(new Predicate<AInfo>(ainfoCAnonStorey4B.\u003C\u003Em__84)); } // ISSUE: reference to a compiler-generated method return this.m_BuiltinAnnotations.Find(new Predicate<AInfo>(ainfoCAnonStorey4B.\u003C\u003Em__85)); }