3 references to SubstituteUnderlyingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NativeIntegerTypeSymbol.cs (3)
347
public override TypeWithAnnotations ReturnTypeWithAnnotations => _container.
SubstituteUnderlyingType
(UnderlyingMethod.ReturnTypeWithAnnotations);
419
public override TypeWithAnnotations TypeWithAnnotations => _containingType.
SubstituteUnderlyingType
(_underlyingParameter.TypeWithAnnotations);
470
public override TypeWithAnnotations TypeWithAnnotations => _container.
SubstituteUnderlyingType
(_underlyingProperty.TypeWithAnnotations);