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