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
);
122
if (this == other ||
_xmlDocCommentBytes
== other.
_xmlDocCommentBytes
)
128
if (
_xmlDocCommentBytes
.Length != other.
_xmlDocCommentBytes
.Length)
133
for (var i = 0; i <
_xmlDocCommentBytes
.Length; i++)
135
if (
_xmlDocCommentBytes
[i] != other.
_xmlDocCommentBytes
[i])
145
=> Hash.CombineValues(
_xmlDocCommentBytes
);