1 instantiation of MarshallerMethods
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
114MarshallerMethods methods = new();
3 references to MarshallerMethods
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (1)
455(MarshallerShape shape, StatelessMarshallerShapeHelper.MarshallerMethods methods) = StatelessMarshallerShapeHelper.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller, compilation);
MarshallerShape.cs (2)
111public static (MarshallerShape, MarshallerMethods) GetShapeForType(ITypeSymbol marshallerType, ITypeSymbol managedType, bool isLinearCollectionMarshaller, Compilation compilation) 114MarshallerMethods methods = new();