1 write to methodInfo
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
874
this.
methodInfo
= mi;
5 references to methodInfo
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
908
this.returnParameter = new AttributedMetaParameter(this.
methodInfo
.ReturnParameter);
944
get { return this.
methodInfo
; }
947
get { return this.
methodInfo
.Name; }
954
return this.
methodInfo
.Name;
967
get { return this.
methodInfo
.ReturnType == typeof(IMultipleResults); }