4 implementations of GetType
Microsoft.CodeAnalysis (4)
CodeGen\ArrayMembers.cs (1)
258
public virtual Cci.ITypeReference
GetType
(EmitContext context)
Emit\EditAndContinue\DeletedSourceParameterDefinition.cs (1)
50
public ITypeReference
GetType
(EmitContext context)
Emit\NoPia\CommonEmbeddedParameter.cs (1)
253
Cci.ITypeReference Cci.IParameterTypeInformation.
GetType
(EmitContext context)
PEWriter\ReturnValueParameter.cs (1)
107
public ITypeReference
GetType
(EmitContext context)
7 references to GetType
Microsoft.CodeAnalysis (7)
CodeGen\ReferenceDependencyWalker.cs (1)
154
VisitTypeReference(param.
GetType
(context), context);
Emit\EditAndContinue\DeletedSourceParameterDefinition.cs (1)
52
return WrapType(OldDefinition.
GetType
(context));
Emit\NoPia\CommonEmbeddedParameter.cs (1)
255
return UnderlyingParameterTypeInformation.
GetType
(context);
PEWriter\MetadataVisitor.cs (2)
461
this.Visit(parameterDefinition.
GetType
(Context));
476
this.Visit(parameterTypeInformation.
GetType
(Context));
PEWriter\MetadataWriter.cs (2)
3412
var type = parameterTypeInformation.
GetType
(Context);
3477
SerializeMetadataExpression(in attributeContext, fixedArgsEncoder.AddArgument(), arguments[i], parameters[i].
GetType
(Context));