6 references to Free
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
1188ShapeMemberNames.Free),
Analyzers\CustomMarshallerAttributeFixer.cs (1)
514if (missingMemberNames.Contains(ShapeMemberNames.Free))
Microsoft.Interop.SourceGeneration (4)
MarshallerShape.cs (2)
30public const string Free = nameof(Free); 207return type.GetMembers(ShapeMemberNames.Free)
Marshalling\StatefulMarshallingStrategy.cs (2)
36IdentifierName(ShapeMemberNames.Free)); 50IdentifierName(ShapeMemberNames.Free));