Browse Source

Allow calling FindReferences without IUnresolvedFile.

newNRvisualizers
Daniel Grunwald 13 years ago
parent
commit
52d116ea88
  1. 2
      ICSharpCode.NRefactory.CSharp/Resolver/FindReferences.cs

2
ICSharpCode.NRefactory.CSharp/Resolver/FindReferences.cs

@ -381,8 +381,6 @@ namespace ICSharpCode.NRefactory.CSharp.Resolver
{ {
if (searchScopes == null) if (searchScopes == null)
throw new ArgumentNullException("searchScopes"); throw new ArgumentNullException("searchScopes");
if (unresolvedFile == null)
throw new ArgumentNullException("unresolvedFile");
if (syntaxTree == null) if (syntaxTree == null)
throw new ArgumentNullException("syntaxTree"); throw new ArgumentNullException("syntaxTree");
if (compilation == null) if (compilation == null)

Loading…
Cancel
Save