1 write to _xmlDocCommentBytes
Microsoft.CodeAnalysis.Workspaces (1)
Utilities\Documentation\XmlDocumentationProvider.cs (1)
108_xmlDocCommentBytes = xmlDocCommentBytes;
9 references to _xmlDocCommentBytes
Microsoft.CodeAnalysis.Workspaces (9)
Utilities\Documentation\XmlDocumentationProvider.cs (9)
112=> SerializableBytes.CreateReadableStream(_xmlDocCommentBytes); 123if (this == other || _xmlDocCommentBytes == other._xmlDocCommentBytes) 129if (_xmlDocCommentBytes.Length != other._xmlDocCommentBytes.Length) 134for (var i = 0; i < _xmlDocCommentBytes.Length; i++) 136if (_xmlDocCommentBytes[i] != other._xmlDocCommentBytes[i]) 146=> Hash.CombineValues(_xmlDocCommentBytes);