Method | Description | |
---|---|---|
NotExposedReferenceAssertion ( ) : System |
Initializes a new instance of the NotExposedReferenceAssertion class.
|
|
Verify ( |
Verifies that an assembly does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that a constructor does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that an event does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that a field does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that a method does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that a property does not expose the indirect references through public APIs.
|
|
Verify ( |
Verifies that a type does not expose the indirect references through public APIs.
|
Method | Description | |
---|---|---|
EnsureDostNotExposeIndirectReferences ( IReflectionElement reflectionElement ) : void | ||
GetAccessibilities ( |
||
GetReferences ( IReflectionElement reflectionElement ) : IEnumerable |
||
IsExposed ( |
public NotExposedReferenceAssertion ( ) : System | ||
return | System |
public Verify ( |
||
assembly | /// The assembly. /// | |
return | void |
public Verify ( |
||
constructor | /// The constructor. /// | |
return | void |
public Verify ( |
||
@event | ||
return | void |
public Verify ( |
||
field | /// The field. /// | |
return | void |
public Verify ( |
||
method | /// The method. /// | |
return | void |
public Verify ( |
||
property | /// The field. /// | |
return | void |
public Verify ( |
||
type | /// A type to be verified. /// | |
return | void |