2 writes to _shouldSerializeMethod
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (2)
79
_shouldSerializeMethod
= declaringType.GetMethod(methodName, flags, null, args, null);
84
_shouldSerializeMethod
= declaringType.GetMethod(methodName, flags, null, args, null);
3 references to _shouldSerializeMethod
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (3)
91
if (
_shouldSerializeMethod
!= null)
97
result = (bool)
_shouldSerializeMethod
.Invoke(null, args);
101
result = (bool)
_shouldSerializeMethod
.Invoke(instance, args);