3 writes to _returnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LambdaSymbol.cs (3)
60if (!unboundLambda.HasExplicitReturnType(out _refKind, out _returnType)) 63_returnType = !returnType.HasType ? TypeWithAnnotations.Create(ReturnTypeIsBeingInferred) : returnType; 165_returnType = inferredReturnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (2)
153get { return _returnType; } 163Debug.Assert(_returnType.Type.IsErrorType());