6 references to CheckManagedAddr
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (3)
1436bool typeHasErrors = type.IsErrorType() || CheckManagedAddr(Compilation, type, node.Location, diagnostics); 4171CheckManagedAddr(Compilation, bestType, node.Location, diagnostics, errorForManaged: true); 4529hasErrors = hasErrors || CheckManagedAddr(Compilation, elementType.Type, elementTypeSyntax.Location, diagnostics, errorForManaged: true);
Binder\Binder_Statements.cs (1)
1310if (CheckManagedAddr(Compilation, elementType, initializerSyntax.Location, diagnostics))
Binder\Binder_Symbols.cs (1)
606CheckManagedAddr(Compilation, elementType.Type, node.Location, diagnostics);
Symbols\ConstraintsHelper.cs (1)
598Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics);