1 implementation of GetCustomMarshaller
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
117
object Cci.IMarshallingInformation.
GetCustomMarshaller
(EmitContext context)
1 reference to GetCustomMarshaller
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3611
object marshaller = marshallingInformation.
GetCustomMarshaller
(Context);