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