3 references to IsOut
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
367
type = TypeManager.GetParameterModifier(type, info.
IsOut
);
492
arg = CreateLocal(argument.Type, argument.Info.
IsOut
, local);
1138
CreateLocal(argument.Type, argument.Info.
IsOut
, local);