5 references to StatelessMarshallerShapeHelper
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
726
var (shape, methods) =
StatelessMarshallerShapeHelper
.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller, _compilation);
Analyzers\CustomMarshallerAttributeFixer.cs (1)
208
var (_, methods) =
StatelessMarshallerShapeHelper
.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller, editor.SemanticModel.Compilation);
Microsoft.Interop.SourceGeneration (3)
ManualTypeMarshallingHelper.cs (2)
455
(MarshallerShape shape,
StatelessMarshallerShapeHelper
.MarshallerMethods methods) =
StatelessMarshallerShapeHelper
.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller, compilation);
MarshallerShape.cs (1)
581
if (
StatelessMarshallerShapeHelper
.IsSpanOfUnmanagedType(method.Parameters[1].Type, spanOfT, type))