Esempio n. 1
0
 private bool ShouldSerializeLastPredefined()
 {
     return(LastPredefined.ShouldSerialize());
 }
Esempio n. 2
0
 private bool ShouldSerializeLineNumber()
 {
     return(LineNumber.ShouldSerialize());
 }
Esempio n. 3
0
 private bool ShouldSerializeIndentGuide()
 {
     return(IndentGuide.ShouldSerialize());
 }
Esempio n. 4
0
 private bool ShouldSerializeControlChar()
 {
     return(ControlChar.ShouldSerialize());
 }
Esempio n. 5
0
 private bool ShouldSerializeCallTip()
 {
     return(CallTip.ShouldSerialize());
 }
Esempio n. 6
0
 private bool ShouldSerializeBraceLight()
 {
     return(BraceLight.ShouldSerialize());
 }
Esempio n. 7
0
 private bool ShouldSerializeBraceBad()
 {
     return(BraceBad.ShouldSerialize());
 }