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