5 references to FileRef
Microsoft.Build.Tasks.Core (1)
ResGenDependencies.cs (1)
299ResXFileRef resxFileRef = node.FileRef;
System.Windows.Forms (3)
System\Resources\ResXDataNode.cs (2)
489Debug.Assert(FileRef is not null); 490_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)
21Assert.Same(fileRef, dataNode.FileRef);