1 write to _container
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
509
_container
= container;
2 references to _container
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NativeIntegerTypeSymbol.cs (2)
515
public override Symbol ContainingSymbol =>
_container
;
517
public override TypeWithAnnotations TypeWithAnnotations =>
_container
.SubstituteUnderlyingType(_underlyingProperty.TypeWithAnnotations);