4 references to Create
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
92
BoundGenerators generators = BoundGenerators.
Create
(targetSignatureContext.ElementTypeInformation, new CallbackGeneratorResolver((info, context) =>
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
157
_ = BoundGenerators.
Create
(targetSignatureContext.ElementTypeInformation, new CallbackGeneratorResolver((info, context) =>
Microsoft.Interop.SourceGeneration (2)
ManagedToNativeStubGenerator.cs (1)
59
_marshallers = BoundGenerators.
Create
(argTypes, generatorResolver, StubCodeContext.DefaultManagedToNativeStub, new Forwarder(), out var bindingDiagnostics);
UnmanagedToManagedStubGenerator.cs (1)
27
_marshallers = BoundGenerators.
Create
(argTypes, generatorResolver, StubCodeContext.DefaultNativeToManagedStub, new Forwarder(), out var bindingDiagnostics);