6 references to VerifyAccessExposureForMemberType
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Constraints.vb (1)
92AccessCheck.VerifyAccessExposureForMemberType(containingSymbol, syntax, constraintType, diagnostics)
Symbols\Source\SourceEventSymbol.vb (1)
243AccessCheck.VerifyAccessExposureForMemberType(Me, syntax.Identifier, type, diagnostics, isDelegateFromImplements)
Symbols\Source\SourceMemberFieldSymbol.vb (2)
135AccessCheck.VerifyAccessExposureForMemberType(Me, errorLocation, varType, diagBag) 229AccessCheck.VerifyAccessExposureForMemberType(propertySymbol, errorLocation, varType, diagnostics)
Symbols\Source\SourceMethodSymbol.vb (1)
2299AccessCheck.VerifyAccessExposureForMemberType(Me, errorLocation, retType, diagBag)
Symbols\Source\SourcePropertySymbol.vb (1)
375AccessCheck.VerifyAccessExposureForMemberType(Me, errorLocation, type, diagnostics)