1 write to _onDeserialized
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
1215
_onDeserialized
= method;
2 references to _onDeserialized
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
1214
if (IsValidCallback(method, parameters, Globals.TypeOfOnDeserializedAttribute,
_onDeserialized
, ref prevAttributeType))
1298
return
_onDeserialized
;