Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5615f53

Browse files
jiayi11huanwu
authored andcommitted
Initialized a bool variable to fix warning (#26947)
1 parent 8e6222a commit 5615f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Private.Xml/src/System/Xml/Serialization/XmlSerializationReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public abstract class XmlSerializationReader : XmlSerializationGeneratedCode
111111
private string _guidID;
112112
private string _timeSpanID;
113113

114-
private static bool s_checkDeserializeAdvances;
114+
private static bool s_checkDeserializeAdvances=false;
115115

116116
protected abstract void InitIDs();
117117

0 commit comments

Comments
 (0)