5 references to GetManagedValuesDestination
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
846
missingCollectionMethods.Add(ShapeMemberNames.LinearCollection.Stateless.
GetManagedValuesDestination
);
Analyzers\CustomMarshallerAttributeFixer.cs (2)
333
if (missingMemberNames.Contains(ShapeMemberNames.LinearCollection.Stateless.
GetManagedValuesDestination
))
337
ShapeMemberNames.LinearCollection.Stateless.
GetManagedValuesDestination
,
Microsoft.Interop.SourceGeneration (2)
MarshallerShape.cs (2)
68
public const string GetManagedValuesDestination = nameof(
GetManagedValuesDestination
);
384
return type.GetMembers(ShapeMemberNames.LinearCollection.Stateless.
GetManagedValuesDestination
)