7 implementations of GetUnit
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
347public Cci.IUnitReference GetUnit(EmitContext context)
Emit\ErrorType.cs (1)
29Cci.IUnitReference Cci.INamespaceTypeReference.GetUnit(EmitContext context)
Emit\NoPia\CommonEmbeddedType.cs (1)
696Cci.IUnitReference Cci.INamespaceTypeReference.GetUnit(EmitContext context)
PEWriter\RootModuleType.cs (1)
244IUnitReference INamespaceTypeReference.GetUnit(EmitContext context)
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
789Cci.IUnitReference Cci.INamespaceTypeReference.GetUnit(EmitContext context)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
NamespaceTypeDefinitionNoBase.cs (1)
122IUnitReference INamespaceTypeReference.GetUnit(EmitContext context) => UnderlyingType.GetUnit(context);
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NamedTypeSymbolAdapter.vb (1)
774Private Function INamespaceTypeReferenceGetUnit(context As EmitContext) As IUnitReference Implements INamespaceTypeReference.GetUnit
8 references to GetUnit
Microsoft.CodeAnalysis (6)
PEWriter\MetadataWriter.cs (4)
658return namespaceTypeReference.GetUnit(context); 887IUnitReference uref = namespaceRef.GetUnit(Context); 2811resolutionScope = this.GetResolutionScopeHandle(namespaceTypeRef.GetUnit(Context)); 3702if (namespaceType?.GetUnit(context) is IAssemblyReference referencedAssembly)
PEWriter\ReferenceIndexerBase.cs (1)
193var unit = namespaceTypeReference.GetUnit(Context);
PEWriter\TypeNameSerializer.cs (1)
191referencedAssembly = namespaceType.GetUnit(context) as IAssemblyReference;
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
NamespaceTypeDefinitionNoBase.cs (1)
122IUnitReference INamespaceTypeReference.GetUnit(EmitContext context) => UnderlyingType.GetUnit(context);
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NamedTypeSymbolAdapter.vb (1)
774Private Function INamespaceTypeReferenceGetUnit(context As EmitContext) As IUnitReference Implements INamespaceTypeReference.GetUnit