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