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