Code Analysis ReferenceAnalyzersRCS1195On this pageRCS1195: Use ^ operatorPropertiesPropertyValueDefault SeverityInfoMinimum language version-ExamplesExample #1diagnostic.csif ((x && !y) || (!x && y)){}fix.csif (x ^ y){}Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers