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