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