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