10 references to InCref
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (1)
91get { return InCref && !this.Flags.Includes(BinderFlags.CrefParameterOrReturnType); }
Binder\Binder_Lookup.cs (6)
1178Debug.Assert(!originalBinder.InCref, "Can't dot into type parameters, so how can this happen?"); 1420else if (!InCref && !unwrappedSymbol.CanBeReferencedByNameIgnoringIllegalCharacters) 1439else if (InCref && !this.IsCrefAccessible(unwrappedSymbol)) 1445else if (!InCref && 1471else if (!InCref && unwrappedSymbol.MustCallMethodsDirectly()) 1601else if (InCref ? !this.IsCrefAccessible(symbol)
Compilation\CSharpSemanticModel.cs (2)
301else if (binder.InCref) 334if (binder?.InCref == true)
Compilation\SyntaxTreeSemanticModel.cs (1)
620if (binder?.InCref == true)