3 implementations of IsOut
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceParameterDefinition.cs (1)
29
public bool
IsOut
=> OldDefinition.IsOut;
Emit\NoPia\CommonEmbeddedParameter.cs (1)
153
bool Cci.IParameterDefinition.
IsOut
PEWriter\ReturnValueParameter.cs (1)
87
public bool
IsOut
3 references to IsOut
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceParameterDefinition.cs (1)
29
public bool IsOut => OldDefinition.
IsOut
;
PEWriter\MetadataWriter.cs (2)
616
parDef.HasDefaultValue || parDef.IsOptional || parDef.
IsOut
|| parDef.IsMarshalledExplicitly ||
1209
if (parDef.
IsOut
)