1 write to Options
Microsoft.Interop.SourceGeneration (1)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
33
Options
= options;
7 references to Options
Microsoft.Interop.SourceGeneration (7)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (7)
119
if (
Options
.RuntimeMarshallingDisabled || marshallerData.IsStrictlyBlittable)
137
MarshalDirection.ManagedToUnmanaged => marshallers.GetModeOrDefault(
Options
.ManagedToUnmanagedMode),
138
MarshalDirection.Bidirectional => marshallers.GetModeOrDefault(
Options
.BidirectionalMode),
139
MarshalDirection.UnmanagedToManaged => marshallers.GetModeOrDefault(
Options
.UnmanagedToManagedMode),
423
&& !marshalInfo.Marshallers.IsDefinedOrDefault(
Options
.UnmanagedToManagedMode))
433
&& !marshalInfo.Marshallers.IsDefinedOrDefault(
Options
.BidirectionalMode))
443
&& !marshalInfo.Marshallers.IsDefinedOrDefault(
Options
.ManagedToUnmanagedMode))