1 write to _xmlDocCommentBytes
Microsoft.CodeAnalysis.Workspaces (1)
Utilities\Documentation\XmlDocumentationProvider.cs (1)
107_xmlDocCommentBytes = xmlDocCommentBytes;
9 references to _xmlDocCommentBytes
Microsoft.CodeAnalysis.Workspaces (9)
Utilities\Documentation\XmlDocumentationProvider.cs (9)
111=> SerializableBytes.CreateReadableStream(_xmlDocCommentBytes); 122if (this == other || _xmlDocCommentBytes == other._xmlDocCommentBytes) 128if (_xmlDocCommentBytes.Length != other._xmlDocCommentBytes.Length) 133for (var i = 0; i < _xmlDocCommentBytes.Length; i++) 135if (_xmlDocCommentBytes[i] != other._xmlDocCommentBytes[i]) 145=> Hash.CombineValues(_xmlDocCommentBytes);