1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversions.cs (1)
27_binder = binder;
16 references to _binder
Microsoft.CodeAnalysis.CSharp (16)
Binder\Semantics\Conversions\Conversions.cs (16)
32return new Conversions(_binder, currentRecursionDepth, IncludeNullability, otherNullabilityOpt: null); 36protected override CSharpCompilation Compilation { get { return _binder.Compilation; } } 41return new Conversions(_binder, currentRecursionDepth, includeNullability, this); 104var resolution = ResolveDelegateOrFunctionPointerMethodGroup(_binder, source, methodSymbol, isFunctionPointer, callingConventionInfo, ref useSiteInfo); 118_binder, 133if (_binder.InParameterDefaultValue || _binder.InAttributeArgument) 175_binder.TryGetCollectionIterationType(syntax, targetType, out elementTypeWithAnnotations); 193if (!_binder.HasCollectionExpressionApplicableConstructor( 200!_binder.HasCollectionExpressionApplicableAddMethod(syntax, targetType, addMethods: out _, BindingDiagnosticBag.Discarded)) 249if (_binder.InParameterDefaultValue || _binder.InAttributeArgument) 417_binder.OverloadResolution.MethodInvocationOverloadResolution( 536var spanType = _binder.GetWellKnownType(WellKnownType.System_Span_T, ref useSiteInfo); 562protected override bool IsAttributeArgumentBinding => _binder.InAttributeArgument; 564protected override bool IsParameterDefaultValueBinding => _binder.InParameterDefaultValue;