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