2 writes to _shouldSerializeMethod
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (2)
75_shouldSerializeMethod = declaringType.GetMethod(methodName, flags, null, args, null); 80_shouldSerializeMethod = declaringType.GetMethod(methodName, flags, null, args, null);
3 references to _shouldSerializeMethod
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (3)
87if (_shouldSerializeMethod != null) 93result = (bool)_shouldSerializeMethod.Invoke(null, args); 97result = (bool)_shouldSerializeMethod.Invoke(instance, args);