2 references to CheckManagedAddr
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1310if (CheckManagedAddr(Compilation, elementType, initializerSyntax.Location, diagnostics))
Symbols\ConstraintsHelper.cs (1)
593Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics);