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