1 write to DocumentStartRecord
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
215DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
7 references to DocumentStartRecord
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (7)
133Debug.Assert(null != DocumentStartRecord); 134if (null != DocumentStartRecord) 136DocumentStartRecord.MaxAsyncRecords = maxAsyncRecords; 137DocumentStartRecord.UpdateWrite(BinaryWriter); 216DocumentStartRecord.DebugBaml = DebugBamlStream; 220WriteBamlRecord(DocumentStartRecord, xamlDocumentNode.LineNumber, 223BamlRecordManager.ReleaseWriteRecord(DocumentStartRecord);