4 references to UseSiteAttributeProvider
Microsoft.Interop.SourceGeneration (4)
MarshallingInfoParser.cs (1)
216
UseSiteAttributeProvider useSiteAttributeProvider = new
UseSiteAttributeProvider
(_useSiteMarshallingAttributeParsers, useSiteAttributes, _elementInfoProvider, _diagnostics, GetMarshallingInfo);
MethodSignatureElementInfoProvider.cs (3)
35
marshallingInfoCallback(_method.ReturnType, new
UseSiteAttributeProvider
(_useSiteAttributeParsers, _method.GetReturnTypeAttributes(), rootProvider, _generatorDiagnostics, marshallingInfoCallback), 0)) with
49
marshallingInfoCallback(param.Type, new
UseSiteAttributeProvider
(_useSiteAttributeParsers, param.GetAttributes(), rootProvider, _generatorDiagnostics, marshallingInfoCallback), 0), _compilation) with
71
marshallingInfoCallback(param.Type, new
UseSiteAttributeProvider
(_useSiteAttributeParsers, param.GetAttributes(), rootProvider, _generatorDiagnostics, marshallingInfoCallback), 0), _compilation) with