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
);
121
if (this == other ||
_xmlDocCommentBytes
== other.
_xmlDocCommentBytes
)
127
if (
_xmlDocCommentBytes
.Length != other.
_xmlDocCommentBytes
.Length)
132
for (var i = 0; i <
_xmlDocCommentBytes
.Length; i++)
134
if (
_xmlDocCommentBytes
[i] != other.
_xmlDocCommentBytes
[i])
144
=> Hash.CombineValues(
_xmlDocCommentBytes
);