3 references to SafeReflectionInvoker
System.Xaml (3)
System\Xaml\Schema\SafeReflectionInvoker.cs (1)
16static readonly Assembly SystemXaml = typeof(SafeReflectionInvoker).Assembly;
System\Xaml\Schema\XamlMemberInvoker.cs (1)
156bool result = SafeReflectionInvoker.IsSystemXamlNonPublic(method);
System\Xaml\Schema\XamlTypeInvoker.cs (1)
237bool result = SafeReflectionInvoker.IsInSystemXaml(type);