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