Skip to content

Instantly share code, notes, and snippets.

@rogeralsing
Last active August 29, 2015 14:25
Show Gist options
  • Save rogeralsing/e7e9fff820be65eaf0fb to your computer and use it in GitHub Desktop.
Save rogeralsing/e7e9fff820be65eaf0fb to your computer and use it in GitHub Desktop.
var references = await SymbolFinder.FindReferencesAsync(semanticClass, document.Project.Solution);
var referenceCount = (from reference in references
from locaton in reference.Locations
select locaton).Count();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment