4 references to FileRef
System.Windows.Forms (3)
System\Resources\ResXDataNode.cs (2)
486Debug.Assert(FileRef is not null); 487_nodeInfo.ValueData = FileRef?.ToString() ?? string.Empty;
System\Resources\ResXResourceWriter.cs (1)
307ResXFileRef? fileRef = nodeClone.FileRef;
System.Windows.Forms.Tests (1)
System\Resources\ResxDataNodeTests.cs (1)
23Assert.Same(fileRef, dataNode.FileRef);