1 write to _tagsSupport
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
53
Me.
_tagsSupport
= New WellKnownTagsSupport(symbol)
16 references to _tagsSupport
Microsoft.CodeAnalysis.VisualBasic (16)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (16)
313
If Not Me.
_tagsSupport
.ExceptionSupported Then
317
Me.
_tagsSupport
.SymbolName)
324
If Not Me.
_tagsSupport
.ReturnsSupported Then
327
If Me.
_tagsSupport
.IsDeclareMethod Then
330
ElseIf Me.
_tagsSupport
.IsWriteOnlyProperty Then
337
Me.
_tagsSupport
.SymbolName)
345
If Not Me.
_tagsSupport
.ParamAndParamRefSupported Then
349
Me.
_tagsSupport
.SymbolName)
353
If Not Me.
_tagsSupport
.ValueSupported Then
357
Me.
_tagsSupport
.SymbolName)
362
If Not Me.
_tagsSupport
.TypeParamSupported Then
366
Me.
_tagsSupport
.SymbolName)
371
If Not Me.
_tagsSupport
.TypeParamRefSupported Then
375
Me.
_tagsSupport
.SymbolName)
774
commentMessage = GenerateDiagnostic(XmlLocation.Create(attribute, currentXmlFilePath), badNameValueError, attributeValue, Me.
_tagsSupport
.SymbolName)
779
commentMessage = GenerateDiagnostic(XmlLocation.Create(attribute, currentXmlFilePath), badNameValueError, attributeValue, Me.
_tagsSupport
.SymbolName)