3 writes to _returnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LambdaSymbol.cs (3)
62if (!unboundLambda.HasExplicitReturnType(out _refKind, out _refCustomModifiers, out _returnType)) 66_returnType = !returnType.HasType ? TypeWithAnnotations.Create(ReturnTypeIsBeingInferred) : returnType; 175_returnType = inferredReturnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (2)
161get { return _returnType; } 171Debug.Assert(_returnType.Type.IsErrorType());