7 references to GetSymbolName
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb (1)
59
Dim symbolName As String =
GetSymbolName
([event])
Compilation\DocumentationComments\DocumentationCommentCompiler.Field.vb (1)
56
Dim symbolName As String =
GetSymbolName
(field)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
95
Me.SymbolName =
GetSymbolName
(symbol)
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
82
Dim symbolName As String =
GetSymbolName
(method)
Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb (2)
65
Dim symbolName As String =
GetSymbolName
(namedType)
117
ReportWarningsForParamAndParamRefTags(wellKnownElementNodes,
GetSymbolName
(delegateInvoke), delegateInvoke.Parameters)
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (1)
60
Dim symbolName As String =
GetSymbolName
([property])