4 references to OnSerialized
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
691
if (MethodRequiresMemberAccess(this.
OnSerialized
))
699
this.
OnSerialized
.Name),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
179
if (classContract.
OnSerialized
!= null)
184
_ilg.Call(classContract.
OnSerialized
);