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