1 write to _onSerialized
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
1211
_onSerialized
= method;
2 references to _onSerialized
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
1210
if (IsValidCallback(method, parameters, Globals.TypeOfOnSerializedAttribute,
_onSerialized
, ref prevAttributeType))
1280
return
_onSerialized
;