3 writes to isEof
System.Activities (3)
System\Activities\XamlIntegration\ConcatenatingXamlReader.cs (3)
29
this.
isEof
= true;
77
this.
isEof
= true;
95
this.
isEof
= true;
8 references to isEof
System.Activities (8)
System\Activities\XamlIntegration\ConcatenatingXamlReader.cs (8)
35
get { return this.
isEof
? true : this.readers.Current.IsEof; }
40
get { return this.
isEof
? null : this.readers.Current.Member; }
45
get { return this.
isEof
? null : this.readers.Current.Namespace; }
50
get { return this.
isEof
? XamlNodeType.None : this.readers.Current.NodeType; }
60
get { return this.
isEof
? null : this.readers.Current.Type; }
65
get { return this.
isEof
? null : this.readers.Current.Value; }
70
if (disposing && !this.
isEof
)
84
if (!this.
isEof
)