You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Biohazrd/TranslatedFile.cs
+4
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ public sealed class TranslatedFile : IEquatable<TranslatedFile>
27
27
/// <remarks>Out-of-scope files may appear on declarations in certain situations. (Such as when an in-scope declaration contains a nested include to an out-of-scope file.)</remarks>
28
28
publicboolWasInScope{get;}
29
29
30
+
/// <summary>True if this file was specified as in-scope to <see cref="TranslatedLibraryBuilder"/> but was not encountered during parsing.</summary>
31
+
/// <remarks>A file being unused does not necessarily indicate it was not included. For instance, file containing only comments will be considered unused.</remarks>
0 commit comments