6 references to ToManaged
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
1128ShapeMemberNames.Value.Stateful.ToManaged),
Analyzers\CustomMarshallerAttributeFixer.cs (2)
445if (missingMemberNames.Contains(ShapeMemberNames.Value.Stateful.ToManaged)) 449ShapeMemberNames.Value.Stateful.ToManaged,
Microsoft.Interop.SourceGeneration (3)
MarshallerShape.cs (2)
47public const string ToManaged = nameof(ToManaged); 592return type.GetMembers(ShapeMemberNames.Value.Stateful.ToManaged)
Marshalling\StatefulMarshallingStrategy.cs (1)
109IdentifierName(ShapeMemberNames.Value.Stateful.ToManaged)));