2 references to GetManagedTypeInAttributeSyntax
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeFixer.cs (2)
40
ITypeSymbol? managedType =
GetManagedTypeInAttributeSyntax
(diagnostic.Location, entryPointTypeSymbol);
161
var managedTypeSymbolInAttribute =
GetManagedTypeInAttributeSyntax
(node.GetLocation(), entryPointTypeSymbol);