4 types derived from SourceLocalSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\LocalSymbol.vb (4)
638Inherits SourceLocalSymbol 674Inherits SourceLocalSymbol 736Inherits SourceLocalSymbol 802Inherits SourceLocalSymbol
5 instantiations of SourceLocalSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\LocalSymbol.vb (5)
50Return New SourceLocalSymbol(container, binder, declaringIdentifier, declarationKind, type) 652MyBase.New(container, binder, declaringIdentifier, declarationKind, type) 687MyBase.New(container, binder, declaringIdentifier, LocalDeclarationKind.ForEach, Nothing) 753MyBase.New(container, binder, declaringIdentifier, LocalDeclarationKind.For, Nothing) 837MyBase.New(container, binder, declaringIdentifier, declarationKind, Nothing)
1 reference to SourceLocalSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
620Dim other = TryCast(obj, SourceLocalSymbol)