7 references to AddMethod
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (3)
550
Debug.Assert(
AddMethod
!= null || Kind == CollectionKind.Array, "Add method cannot be null if the collection is being used as a get-only property");
1370
if (MethodRequiresMemberAccess(this.
AddMethod
))
1378
this.
AddMethod
.Name),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (4)
787
_ilg.Call(collection, collectionContract.
AddMethod
, pairKey, pairValue);
788
if (collectionContract.
AddMethod
.ReturnType != Globals.TypeOfVoid)
793
_ilg.Call(collection, collectionContract.
AddMethod
, value);
794
if (collectionContract.
AddMethod
.ReturnType != Globals.TypeOfVoid)