5 references to GetManagedValuesDestination
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
1165
missingCollectionMethods.Add(ShapeMemberNames.LinearCollection.Stateful.
GetManagedValuesDestination
);
Analyzers\CustomMarshallerAttributeFixer.cs (2)
500
if (missingMemberNames.Contains(ShapeMemberNames.LinearCollection.Stateful.
GetManagedValuesDestination
))
504
ShapeMemberNames.LinearCollection.Stateful.
GetManagedValuesDestination
,
Microsoft.Interop.SourceGeneration (2)
MarshallerShape.cs (2)
80
public const string GetManagedValuesDestination = nameof(
GetManagedValuesDestination
);
706
return type.GetMembers(ShapeMemberNames.LinearCollection.Stateful.
GetManagedValuesDestination
)