13 references to MetadataViewGenerator
System.ComponentModel.Composition (13)
System\ComponentModel\Composition\MetadataViewGenerator.cs (2)
119typeof(MetadataViewFactory), generatedProxyType.GetMethod(MetadataViewGenerator.MetadataViewFactoryName, BindingFlags.Public | BindingFlags.Static)!); 369MethodBuilder factoryMethodBuilder = proxyTypeBuilder.DefineMethod(MetadataViewGenerator.MetadataViewFactoryName, MethodAttributes.Public | MethodAttributes.Static, typeof(object), CtorArgumentTypes);
System\ComponentModel\Composition\MetadataViewProvider.cs (11)
30MetadataViewGenerator.MetadataViewFactory? metadataViewFactory = null; 37metadataViewFactory = MetadataViewGenerator.GetMetadataViewFactory(metadataViewType); 77return MetadataViewGenerator.CreateMetadataView<TMetadataView>(metadataViewFactory, metadata); 105ex.InnerException.Data[MetadataViewGenerator.MetadataViewType], 106ex.InnerException.Data[MetadataViewGenerator.MetadataItemKey], 107ex.InnerException.Data[MetadataViewGenerator.MetadataItemValue], 108ex.InnerException.Data[MetadataViewGenerator.MetadataItemSourceType], 109ex.InnerException.Data[MetadataViewGenerator.MetadataItemTargetType]), ex); 116ex.InnerException.Data[MetadataViewGenerator.MetadataViewType], 117ex.InnerException.Data[MetadataViewGenerator.MetadataItemKey], 118ex.InnerException.Data[MetadataViewGenerator.MetadataItemTargetType]), ex);