5 references to GetAllTypeArgumentsIncludingInContainingTypes
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (2)
955var (typeArguments, _) = marshallerType.GetAllTypeArgumentsIncludingInContainingTypes(); 1243var (typeArguments, _) = marshallerType.GetAllTypeArgumentsIncludingInContainingTypes();
Analyzers\CustomMarshallerAttributeFixer.cs (2)
211var (typeParameters, _) = marshallerType.GetAllTypeArgumentsIncludingInContainingTypes(); 407var (typeParameters, _) = marshallerType.GetAllTypeArgumentsIncludingInContainingTypes();
Microsoft.Interop.SourceGeneration (1)
TypeSymbolExtensions.cs (1)
225var (typeArgumentsToSubstitute, nullableAnnotationsToSubstitute) = instantiatedTemplateType.GetAllTypeArgumentsIncludingInContainingTypes();