2 writes to _shouldSerializeMethod
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMemberInvoker.cs (2)
55_shouldSerializeMethod = declaringType.GetMethod(methodName, flags, null, args, null); 60_shouldSerializeMethod = declaringType.GetMethod(methodName, flags, null, args, null);
3 references to _shouldSerializeMethod
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMemberInvoker.cs (3)
67if (_shouldSerializeMethod != null) 73result = (bool)_shouldSerializeMethod.Invoke(null, args); 77result = (bool)_shouldSerializeMethod.Invoke(instance, args);