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