4 references to OnDeserialized
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
603
if (MethodRequiresMemberAccess(this.
OnDeserialized
))
611
this.
OnDeserialized
.Name),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
253
if (classContract.
OnDeserialized
!= null)
259
_ilg.Call(classContract.
OnDeserialized
);