Base:
property
ReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnTypeWithAnnotations
2 references to ReturnTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
259
if (compilation.ShouldEmitNullableAttributes(this) &&
ReturnTypeWithAnnotations
.NeedsNullableAttribute())
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
479
bool hasTypeDifferences = !constructedDefinition.ReturnTypeWithAnnotations.Equals(implementation.
ReturnTypeWithAnnotations
, TypeCompareKind.AllIgnoreOptions);