1 write to _compilation
Microsoft.Interop.SourceGeneration (1)
ArrayMarshallingInfoProvider.cs (1)
23
_compilation
= compilation;
1 reference to _compilation
Microsoft.Interop.SourceGeneration (1)
ArrayMarshallingInfoProvider.cs (1)
37
return CreateArrayMarshallingInfo(
_compilation
, type, elementType, countInfo, marshallingInfoCallback(elementType, useSiteAttributes, indirectionDepth + 1));