C# 클래스 CodeContractNullability.ExternalAnnotations.CachingExternalAnnotationsResolver

Performs one-time load of files from built-in Resharper External Annotation folders, along with a cached set of per-assembly External Annotations (loaded from [AssemblyName].ExternalAnnotations.xml in assembly folder). The annotation files from this last set typically come from NuGet packages or assembly references. From that set, each per-assembly file is monitored for filesystem changes and flushed accordingly.
상속: IExternalAnnotationsResolver
파일 보기 프로젝트 열기: bkoelman/ResharperCodeContractNullability

공개 메소드들

메소드 설명
EnsureScanned ( ) : void
HasAnnotationForSymbol ( ISymbol symbol, bool appliesToItem, Compilation compilation ) : bool

비공개 메소드들

메소드 설명
CreateAssemblyAnnotationsFileWatcher ( [ path ) : FileSystemWatcher
CreateAssemblyCacheEntry ( [ path ) : AssemblyCacheEntry
HasAnnotationInGlobalCache ( [ symbol, bool appliesToItem ) : bool
HasAnnotationInSideBySideFile ( [ symbol, bool appliesToItem, [ compilation ) : bool
OldValuesFrom ( [ e ) : FileSystemEventArgs
WatcherOnChanged ( [ sender, [ e ) : void

메소드 상세

EnsureScanned() 공개 메소드

public EnsureScanned ( ) : void
리턴 void

HasAnnotationForSymbol() 공개 메소드

public HasAnnotationForSymbol ( ISymbol symbol, bool appliesToItem, Compilation compilation ) : bool
symbol ISymbol
appliesToItem bool
compilation Compilation
리턴 bool