2 writes to _methods
System.Runtime.Remoting (2)
metadata\wsdlwriter.cs (2)
1382_methods = null; 1431_methods = GetIntroducedMethods(_type, ref _methodAttributes);
14 references to _methods
System.Runtime.Remoting (14)
metadata\wsdlwriter.cs (14)
1416(_methods != null && _methods.Length > 0) || 1430Debug.Assert(_methods == null, "variable set"); 1432_methodTypes = new String[2*_methods.Length]; 1433return(_methods); 1532if (_methods.Length > 0) 1546_phony = new PhonySchemaType[_methods.Length]; 1547for (int i=0;i<_methods.Length;i++) 1550MethodInfo method = _methods[i]; 1772if (_methods != null) 1773methodsLength = _methods.Length; 1785method = _methods[i]; 1882method = _methods[i]; 2022method = _methods[i];