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) ||
1430
Debug.Assert(
_methods
== null, "variable set");
1432
_methodTypes = new String[2*
_methods
.Length];
1433
return(
_methods
);
1532
if (
_methods
.Length > 0)
1546
_phony = new PhonySchemaType[
_methods
.Length];
1547
for (int i=0;i<
_methods
.Length;i++)
1550
MethodInfo method =
_methods
[i];
1772
if (
_methods
!= null)
1773
methodsLength =
_methods
.Length;
1785
method =
_methods
[i];
1882
method =
_methods
[i];
2022
method =
_methods
[i];