2 implementations of IsMarshalledExplicitly
Microsoft.CodeAnalysis (2)
CodeGen\PrivateImplementationDetails.cs (1)
652
public bool
IsMarshalledExplicitly
=> false;
Emit\NoPia\CommonEmbeddedField.cs (1)
128
bool Cci.IFieldDefinition.
IsMarshalledExplicitly
3 references to IsMarshalledExplicitly
Microsoft.CodeAnalysis (3)
PEWriter\MetadataVisitor.cs (1)
106
Debug.Assert((marshalling != null || !fieldDefinition.MarshallingDescriptor.IsDefaultOrEmpty) == fieldDefinition.
IsMarshalledExplicitly
);
PEWriter\MetadataWriter.cs (2)
792
if (fieldDef.
IsMarshalledExplicitly
)
2297
if (!fieldDef.
IsMarshalledExplicitly
)