1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversions.cs (1)
27_binder = binder;
14 references to _binder
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Conversions\Conversions.cs (14)
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); 116_binder, 131if (_binder.InParameterDefaultValue || _binder.InAttributeArgument) 173_binder.TryGetCollectionIterationType(syntax, targetType, out elementTypeWithAnnotations); 191if (!_binder.HasCollectionExpressionApplicableConstructor(syntax, targetType, out constructor, out isExpanded, BindingDiagnosticBag.Discarded)) 197!_binder.HasCollectionExpressionApplicableAddMethod(syntax, targetType, addMethods: out _, BindingDiagnosticBag.Discarded)) 385_binder.OverloadResolution.MethodInvocationOverloadResolution( 500var spanType = _binder.GetWellKnownType(WellKnownType.System_Span_T, ref useSiteInfo); 526protected override bool IsAttributeArgumentBinding => _binder.InAttributeArgument; 528protected override bool IsParameterDefaultValueBinding => _binder.InParameterDefaultValue;