6 references to CheckManagedAddr
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (3)
1393bool typeHasErrors = type.IsErrorType() || CheckManagedAddr(Compilation, type, node.Location, diagnostics); 3452CheckManagedAddr(Compilation, bestType, node.Location, diagnostics, errorForManaged: true); 3810hasErrors = hasErrors || CheckManagedAddr(Compilation, elementType.Type, elementTypeSyntax.Location, diagnostics, errorForManaged: true);
Binder\Binder_Statements.cs (1)
1319if (CheckManagedAddr(Compilation, elementType, initializerSyntax.Location, diagnostics))
Binder\Binder_Symbols.cs (1)
596CheckManagedAddr(Compilation, elementType.Type, node.Location, diagnostics);
Symbols\ConstraintsHelper.cs (1)
548Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics);