1 write to DocumentStartRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
226DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
7 references to DocumentStartRecord
PresentationBuildTasks (7)
Framework\System\Windows\Markup\BamlRecordWriter.cs (7)
144Debug.Assert(null != DocumentStartRecord); 145if (null != DocumentStartRecord) 147DocumentStartRecord.MaxAsyncRecords = maxAsyncRecords; 148DocumentStartRecord.UpdateWrite(BinaryWriter); 227DocumentStartRecord.DebugBaml = DebugBamlStream; 231WriteBamlRecord(DocumentStartRecord, xamlDocumentNode.LineNumber, 234BamlRecordManager.ReleaseWriteRecord(DocumentStartRecord);