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