1 write to innerReaderLineInfo
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
112
this.
innerReaderLineInfo
= lineInfo;
15 references to innerReaderLineInfo
System.Activities (15)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (15)
302
this.bufferedProperties.BufferDefaultValue(currentMember.Name, this.activityPropertyValue, this.innerReader, this.
innerReaderLineInfo
);
321
throw FxTrace.Exception.AsError(CreateXamlException(SR.MemberNotSupportedByActivityXamlServices(currentMember.Name), this.
innerReaderLineInfo
));
324
this.nodeQueue.Writer.WriteStartMember(member, this.
innerReaderLineInfo
);
346
this.nodeQueue.Writer.WriteStartMember(this.activityReplacementXamlType.GetMember("Name"), this.
innerReaderLineInfo
);
363
this.nodeQueue.Writer.WriteStartMember(this.activityReplacementXamlType.GetMember("Attributes"), this.
innerReaderLineInfo
);
419
this.nodeQueue.Writer.WriteStartObject(this.activityReplacementXamlType, this.
innerReaderLineInfo
);
459
this.builderStack.ProcessNode(this.innerReader, this.
innerReaderLineInfo
, this.nodeQueue.Writer, out writeNode);
466
this.nodeQueue.Writer.WriteNode(this.innerReader, this.
innerReaderLineInfo
);
475
this.nodeQueue.Writer.WriteGetObject(this.
innerReaderLineInfo
);
476
this.nodeQueue.Writer.WriteStartMember(XamlLanguage.Items, this.
innerReaderLineInfo
);
502
XamlWriterExtensions.Transform(subReader.ReadSubtree(), this.nodeQueue.Writer, this.
innerReaderLineInfo
, false);
509
this.nodeQueue.Writer.WriteEndObject(this.
innerReaderLineInfo
);
510
this.nodeQueue.Writer.WriteEndMember(this.
innerReaderLineInfo
);
893
IXamlLineInfo readerLineInfo = parent.
innerReaderLineInfo
;
1053
IXamlLineInfo readerLineInfo = parent.
innerReaderLineInfo
;