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