1 write to _compilation
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (1)
637
_compilation
= compilation;
5 references to _compilation
Microsoft.Interop.LibraryImportGenerator (5)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (5)
726
var (shape, methods) = StatelessMarshallerShapeHelper.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller,
_compilation
);
887
if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(
_compilation
))
1019
var (shape, methods) = StatefulMarshallerShapeHelper.GetShapeForType(marshallerType, managedType, isLinearCollectionMarshaller,
_compilation
);
1203
if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(
_compilation
))
1222
if (!unmanagedType.IsUnmanagedType && !unmanagedType.IsStrictlyBlittableInContext(
_compilation
))