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