1 write to _bindToType
System.Private.Windows.Core.Tests (1)
System\TypeExtensionsTests.cs (1)
134public BindToTypeBinder(Func<string, string, Type?> bindToType) => _bindToType = bindToType;
1 reference to _bindToType
System.Private.Windows.Core.Tests (1)
System\TypeExtensionsTests.cs (1)
135public override Type BindToType(string assemblyName, string typeName) => _bindToType(assemblyName, typeName)!;