4 references to LoadDirective
Microsoft.CodeAnalysis (4)
Compilation\LoadDirective.cs (4)
13
internal readonly struct LoadDirective : IEquatable<
LoadDirective
>
28
public bool Equals(
LoadDirective
other)
36
return obj is
LoadDirective
&& Equals((
LoadDirective
)obj);