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