3 references to TryResolveMarshallerType
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
680
if (!ManualTypeMarshallingHelper.
TryResolveMarshallerType
(
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
65
&& ManualTypeMarshallingHelper.
TryResolveMarshallerType
(containingType, marshallerTypeInAttribute, (_, _) => { }, out ITypeSymbol constructedMarshallerType)
Microsoft.Interop.SourceGeneration (1)
ManualTypeMarshallingHelper.cs (1)
211
if (!
TryResolveMarshallerType
(entryPointType, marshallerType, IgnoreArityMismatch, out marshallerType))