3 references to ReplaceGenericPlaceholderInType
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
663
ManualTypeMarshallingHelper.
ReplaceGenericPlaceholderInType
(managedTypeInAttribute, entryType, context.Compilation),
Analyzers\CustomMarshallerAttributeFixer.cs (1)
167
ManualTypeMarshallingHelper.TryResolveManagedType(entryPointTypeSymbol, ManualTypeMarshallingHelper.
ReplaceGenericPlaceholderInType
(managedTypeSymbolInAttribute, entryPointTypeSymbol, model.Compilation), isLinearCollectionMarshaller, IgnoreArityMismatch, out ITypeSymbol managedType);
Microsoft.Interop.SourceGeneration (1)
ManualTypeMarshallingHelper.cs (1)
191
if (!TryResolveManagedType(entryPointType,
ReplaceGenericPlaceholderInType
(managedTypeOnAttr, entryPointType, compilation), isLinearCollectionMarshalling, onArityMismatch, out ITypeSymbol managedTypeInst))