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