Skip to content

Commit

Permalink
Add InternalImplementationOnly and doc-comments on IOperation (dotnet…
Browse files Browse the repository at this point in the history
…#11246)

This supports running an analyzer that warns when a user implements these interfaces.

A prerequisite to fix dotnet/roslyn-analyzers#863.

- Copied the remark from `ISymbol` derivations on all public interfaces that derive from `IOperation`
- Added remark and `[InternalImplementationOnly]` on `IOperation`
- Removed `[InternalImplementationOnly]` from `ISourceAssemblySymbol` because it was only there, unneeded
  • Loading branch information
bkoelman authored and mavasani committed May 13, 2016
1 parent c90e10d commit 701404c
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 7 deletions.
Loading

0 comments on commit 701404c

Please sign in to comment.