2 references to CheckSharedSymbolAccess
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
3323hasError = CheckSharedSymbolAccess(node, True, receiver, qualKind, diagnostics)
Binding\Binder_Invocation.vb (1)
855hasErrors = CheckSharedSymbolAccess(target, methodOrProperty.IsShared, receiver, group.QualificationKind, diagnostics) ' give diagnostics if sharedness is wrong.