1 instantiation of MarshallerMethods
Microsoft.Interop.SourceGeneration (1)
MarshallerShape.cs (1)
449
MarshallerMethods methods =
new
();
4 references to MarshallerMethods
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
46
(MarshallerShape _, StatefulMarshallerShapeHelper.
MarshallerMethods
methods) = StatefulMarshallerShapeHelper.GetShapeForType(diagnosedSymbol.ContainingType, managedType, isLinearCollectionMarshaller, context.Compilation);
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (1)
555
(MarshallerShape shape, StatefulMarshallerShapeHelper.
MarshallerMethods
methods) = StatefulMarshallerShapeHelper.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller, compilation);
MarshallerShape.cs (2)
446
public static (MarshallerShape shape,
MarshallerMethods
methods) GetShapeForType(ITypeSymbol marshallerType, ITypeSymbol managedType, bool isLinearCollectionMarshaller, Compilation compilation)
449
MarshallerMethods
methods = new();