11 overrides of MakeByRefType
mscorlib (6)
system\reflection\emit\enumbuilder.cs (1)
370public override Type MakeByRefType()
system\reflection\emit\generictypeparameterbuilder.cs (1)
73public override Type MakeByRefType()
system\reflection\emit\symboltype.cs (1)
294public override Type MakeByRefType()
system\reflection\emit\typebuilder.cs (1)
1473public override Type MakeByRefType()
system\reflection\emit\typebuilderinstantiation.cs (1)
86public override Type MakeByRefType()
system\rttype.cs (1)
4318public override Type MakeByRefType() { return new RuntimeTypeHandle(this).MakeByRef(); }
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1106public override Type MakeByRefType() { return _baseReflectionType.MakeByRefType(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1106public override Type MakeByRefType() { return _baseReflectionType.MakeByRefType(); }
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1004public override Type MakeByRefType()
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
640public override Type MakeByRefType()
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
428public override Type MakeByRefType()
30 references to MakeByRefType
mscorlib (8)
system\diagnostics\stacktrace.cs (6)
157typeof(string).MakeByRefType(), 158typeof(int).MakeByRefType(), 159typeof(int).MakeByRefType() }); 174typeof(string).MakeByRefType(), 175typeof(int).MakeByRefType(), 176typeof(int).MakeByRefType() });
system\runtimehandles.cs (1)
76type = type.MakeByRefType();
system\unityserializationholder.cs (1)
93type = type.MakeByRefType();
PresentationFramework (1)
parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.Activities (2)
System\Activities\Expressions\New.cs (1)
78types[i] = this.Arguments[i].Direction == ArgumentDirection.In ? this.Arguments[i].ArgumentType : this.Arguments[i].ArgumentType.MakeByRefType();
System\Activities\Statements\MethodResolver.cs (1)
228Parameters.Select(argument => argument.Direction == ArgumentDirection.In ? argument.ArgumentType : argument.ArgumentType.MakeByRefType())
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1106public override Type MakeByRefType() { return _baseReflectionType.MakeByRefType(); }
System.ComponentModel.DataAnnotations (1)
parent\parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.Core (6)
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
475typeArgs[i] = param.IsByRef ? param.Type.MakeByRefType() : param.Type; 552throw Error.ParameterExpressionNotValidAsDelegate(pex.Type.MakeByRefType(), pType);
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
60_local = compiler.GetNamedLocal(variable.IsByRef ? variable.Type.MakeByRefType() : variable.Type, variable);
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (2)
139paramType = paramType.MakeByRefType(); 158paramType = paramType.MakeByRefType();
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
142return lambda.Parameters.Map(p => p.IsByRef ? p.Type.MakeByRefType() : p.Type);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1106public override Type MakeByRefType() { return _baseReflectionType.MakeByRefType(); }
System.Data.Linq (2)
Mapping\Accessors.cs (2)
44new Type[] { objectType.MakeByRefType(), fi.FieldType }, 109new Type[] { objectType.MakeByRefType(), pi.PropertyType },
System.Drawing (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.IdentityModel (1)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.IO.Compression.FileSystem (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.ServiceModel (1)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.Windows.Forms (1)
parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },
System.Workflow.Activities (1)
Rules\Expressions.cs (1)
1793parameterType = parameterType.MakeByRefType();
System.Xml (1)
parent\parent\parent\parent\InternalApis\Clr\inc\LocalAppContext.cs (1)
94new Type[] { typeof(string), typeof(bool).MakeByRefType() },