1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
412
_containingType
= containingType;
1 reference to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
419
public override TypeWithAnnotations TypeWithAnnotations =>
_containingType
.SubstituteUnderlyingType(_underlyingParameter.TypeWithAnnotations);